Skip to content

Commit

Permalink
Split appimage script and distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
j8r committed May 1, 2021
1 parent a1a7b07 commit 4bd1161
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rolling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_NOGUI_FRONTEND=ON -DBUILD_QT_FRONTEND=ON -DUSE_DRMKMS=ON -DUSE_EGL=ON -DUSE_SDL2=ON -DUSE_WAYLAND=ON -DUSE_X11=ON -G Ninja ..
ninja
../appimage/generate_appimages.sh $(pwd)
../scripts/generate_appimages.sh $(pwd)
- name: Upload NoGUI AppImage
uses: actions/upload-artifact@v1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# NOTE: Keep this script in the same directory as resources for AppImage creation
APPIMAGE_RESOURCES_DIR=$(dirname $(readlink -f $0))
APPIMAGE_RESOURCES_DIR=$(dirname $(readlink -f $0))/../dist
echo "APPIMAGE_RESOURCES_DIR set to ${APPIMAGE_RESOURCES_DIR}"

if [[ "$#" -ne 1 ]]; then
Expand Down

0 comments on commit 4bd1161

Please sign in to comment.