diff --git a/packages/appimage/isle-portable.desktop b/packages/appimage/isle-portable.desktop deleted file mode 100755 index 06a69841..00000000 --- a/packages/appimage/isle-portable.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Name=LEGO Island -GenericName= -Comment=LEGO-themed open-world adventure game -Name[uk_UA]=LEGO Island -GenericName[uk_UA]= -Comment[uk_UA]=Тематична LEGO гра з відкритим світом -Actions=Settings -Categories=Game;AdventureGame;ActionGame;KidsGame; -Exec=isle -Icon=isle -StartupNotify=true -StartupWMClass=lego-isle -Type=Application - -[Desktop Action Settings] -Exec=isle-config -Name=Settings -Name[uk_UA]=Налаштування -Icon=isle-config \ No newline at end of file diff --git a/packaging/linux/CMakeLists.txt b/packaging/linux/CMakeLists.txt index 2ece9db8..2d8bd10d 100644 --- a/packaging/linux/CMakeLists.txt +++ b/packaging/linux/CMakeLists.txt @@ -4,4 +4,4 @@ configure_file(isledecomp.metainfo.xml.in "${APP_ID}.metainfo.xml" @ONLY) install(FILES "../icons/isle.svg" RENAME "${APP_ID}.svg" DESTINATION "share/icons/hicolor/scalable/apps") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.desktop" DESTINATION "share/applications") -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.metainfo.xml" DESTINATION "share/metainfo") +install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.metainfo.xml" DESTINATION "share/metainfo") \ No newline at end of file diff --git a/packages/appimage/AppRun b/packaging/linux/appimage/AppRun similarity index 100% rename from packages/appimage/AppRun rename to packaging/linux/appimage/AppRun diff --git a/packages/appimage/Build b/packaging/linux/appimage/Build similarity index 97% rename from packages/appimage/Build rename to packaging/linux/appimage/Build index 6a77877a..eb16d4bb 100755 --- a/packages/appimage/Build +++ b/packaging/linux/appimage/Build @@ -26,7 +26,7 @@ DESKTOP_FILE_SOURCE=isle-portable.desktop cd $(dirname $0) clean(){ - rm -rf assets tools build AppDir "./LEGO_Island-$(uname -m).AppImage" + rm -rf assets tools build AppDir "LEGO_Island-$(uname -m).AppImage" } download(){ @@ -64,7 +64,6 @@ prepare(){ } compile(){ - NO_STRIP=1 tools/linuxdeploy.AppImage \ --plugin qt \ -e build/bin/isle \ diff --git a/packaging/linux/isledecomp.desktop.in b/packaging/linux/isledecomp.desktop.in index a40c4a2a..28309205 100644 --- a/packaging/linux/isledecomp.desktop.in +++ b/packaging/linux/isledecomp.desktop.in @@ -18,6 +18,7 @@ Keywords[ja]=LEGO;lego;レゴアイランドの大冒険 Keywords[ko]=LEGO;lego;레고 아일랜드 Keywords[pt]=LEGO;lego;A Ilha LEGO Keywords[ru]=LEGO;lego;Остров LEGO +Keywords[uk_UA]=LEGO;lego;LEGO острів SingleMainWindow=true