mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixing apprun folder
This commit is contained in:
parent
11553ca7ca
commit
449add686e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_appimage_bundle.yml
vendored
2
.github/workflows/build_appimage_bundle.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
# Launch the main application executable from the linux-unpacked directory
|
||||
./linux-unpacked/freedata
|
||||
|
||||
' > $HOME/AppRun
|
||||
' > $HOME/freedata-appimage/AppRun
|
||||
chmod +x $HOME/freedata-appimage/AppRun
|
||||
|
||||
- name: Download AppImage
|
||||
|
|
Loading…
Reference in a new issue