File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 3838 - name : " Environment preparation"
3939 run : |
4040 sudo apt-get update
41- sudo apt-get -y install git cmake make python3 libsdl2-dev libsdl2-mixer-dev
41+ sudo apt-get -y install git cmake make python3 libsdl2-dev libsdl2-mixer-dev desktop-file-utils
4242
4343 - name : " Build"
4444 run : |
5757 if : matrix.platform == 'ARM64'
5858 run : |
5959 cd build
60- git clone https://github.com/AppImage/appimagetool.git
61- cd appimagetool
6260 wget https://github.com/AppImage/appimagetool/releases/download/1.9.0/appimagetool-aarch64.AppImage
6361 mv appimagetool-aarch64.AppImage appimagetool.AppImage
6462 chmod +x appimagetool.AppImage
6765 if : matrix.platform == 'X64'
6866 run : |
6967 cd build
70- git clone https://github.com/AppImage/appimagetool.git
71- cd appimagetool
7268 wget https://github.com/AppImage/appimagetool/releases/download/1.9.0/appimagetool-x86_64.AppImage
7369 mv appimagetool-x86_64.AppImage appimagetool.AppImage
7470 chmod +x appimagetool.AppImage
@@ -106,8 +102,8 @@ jobs:
106102 usr/bin/hcl $@'> AppRun
107103 chmod +x AppRun
108104 cp -r ../../data .
109- cd ../appimagetool
110- ./appimagetool.AppImage ../ AppDir ../ hcl-${{ matrix.platform }}.AppImage
105+ cd ..
106+ ./appimagetool.AppImage AppDir hcl-${{ matrix.platform }}.AppImage
111107
112108
113109 - name : " Upload Zip File"
You can’t perform that action at this time.
0 commit comments