diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b827863..8a93241 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: # Ensure executable permissions - name: Set executable permissions - run: chmod +x build/linux/x64/release/bundle/usr/bin/open_media_server_app + run: chmod +x build/linux/x64/release/bundle/open_media_server_app # Package the built Linux app into an AppImage - name: Create AppImage diff --git a/assets/desktop/myapp.desktop b/assets/desktop/myapp.desktop index 9c431b9..7438f56 100644 --- a/assets/desktop/myapp.desktop +++ b/assets/desktop/myapp.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=My Flutter App -Exec=usr/bin/open_media_server_app +Exec=../../../build/linux/x64/release/bundle Icon=myapp Type=Application Categories=Utility; \ No newline at end of file