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 6a43d9e commit 4463eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build:
build-appimage:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '13'
java-version: '17'

# Install Flutter SDK
- name: Install Flutter
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=./build/linux/x64/release/bundle/open_media_server_app
Exec=open_media_server_app
Icon=myapp
Type=Application
Categories=Utility;

0 comments on commit 4463eed

Please sign in to comment.