mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
attempt fixing syntax error
This commit is contained in:
parent
fc7ff0bee4
commit
1b261626f3
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build_appimage_bundle.yml
vendored
5
.github/workflows/build_appimage_bundle.yml
vendored
|
@ -52,7 +52,6 @@ jobs:
|
|||
|
||||
- name: Create Desktop shortcut
|
||||
run: |
|
||||
#
|
||||
echo '
|
||||
# Create desktop file
|
||||
echo "[Desktop Entry]
|
||||
|
@ -64,7 +63,7 @@ jobs:
|
|||
|
||||
- name: Create AppImage build script
|
||||
run: |
|
||||
echo '#!/bin/bash
|
||||
echo '#!/bin/bash
|
||||
# Navigate to the AppDir root; this ensures relative paths work as expected
|
||||
cd "$(dirname "$(readlink -f "${0}")")"
|
||||
|
||||
|
@ -84,7 +83,7 @@ jobs:
|
|||
./linux-unpacked/freedata
|
||||
|
||||
' > $HOME/AppRun
|
||||
chmod +x $HOME/freedata-appimage/AppRun
|
||||
chmod +x $HOME/freedata-appimage/AppRun
|
||||
|
||||
- name: Download AppImage
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue