Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LNA-DEV committed Oct 24, 2024
1 parent 9c0ef2c commit 31c9da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/desktop/myapp.desktop
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 31c9da4

Please sign in to comment.