Skip to content

Commit 2021055

Browse files
committed
Reorganized AppDir of AppImage.
1 parent e8b2205 commit 2021055

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/Build, Release, and Deploy.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,13 @@ jobs:
6262

6363
- name: Copy Build Artifacts, and Icon into AppDir
6464
run: |
65-
cp -r ./build/linux/x64/release/bundle/* ./Linux_Extras/Bitscoper_CyberKit.AppDir/
66-
cp ./assets/icon/maskable_icon_x512.png ./Linux_Extras/Bitscoper_CyberKit.AppDir/Bitscoper_CyberKit.png
65+
cp -r ./build/linux/x64/release/bundle/* ./Bitscoper_CyberKit.AppDir/
6766
shell: bash
6867

6968
- name: Permit Execution of AppRun and Binary
7069
run: |
71-
chmod +x ./Linux_Extras/Bitscoper_CyberKit.AppDir/AppRun
72-
chmod +x ./Linux_Extras/Bitscoper_CyberKit.AppDir/Bitscoper_CyberKit
70+
chmod +x ./Bitscoper_CyberKit.AppDir/AppRun
71+
chmod +x ./Bitscoper_CyberKit.AppDir/Bitscoper_CyberKit
7372
shell: bash
7473

7574
- name: Get Version
@@ -80,7 +79,7 @@ jobs:
8079
run: |
8180
APPIMAGE_VERSION=${VERSION%%+*}
8281
mkdir -p ./build/Release/
83-
./appimagetool-x86_64.AppImage ./Linux_Extras/Bitscoper_CyberKit.AppDir ./build/Release/Bitscoper_CyberKit-$APPIMAGE_VERSION-x64.AppImage
82+
./appimagetool-x86_64.AppImage ./Bitscoper_CyberKit.AppDir ./build/Release/Bitscoper_CyberKit-$APPIMAGE_VERSION-x64.AppImage
8483
chmod +x ./build/Release/*.AppImage
8584
shell: bash
8685

File renamed without changes.

Linux_Extras/Bitscoper_CyberKit.AppDir/Bitscoper_CyberKit.desktop renamed to Bitscoper_CyberKit.AppDir/Bitscoper_CyberKit.desktop

File renamed without changes.
120 KB
Loading

0 commit comments

Comments
 (0)