File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,20 @@ jobs:
8080 wget -P "$HOME/.local/bin" "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
8181 chmod +x "$HOME/.local/bin/appimagetool-x86_64.AppImage"
8282 appimagetool-x86_64.AppImage --version
83- - name : Run PupNet
84- run : pupnet Setup/MSUScripter.pupnet.conf --kind appimage -y
83+ - name : Run PupNet and Fix Icon
84+ run : |
85+ pupnet Setup/MSUScripter.pupnet.conf --kind appimage -y
86+ cd Setup/Output
87+ ./MSU_Scripter-x86_64.AppImage --appimage-extract
88+ cd squashfs-root
89+ rm .DirIcon
90+ cp org.mattequalscoder.msuscripter.png .DirIcon
91+ appimagetool-x86_64.AppImage .
8592 - name : Upload artifact
8693 uses : actions/upload-artifact@v4
8794 if : ${{ github.event_name != 'pull_request' }}
8895 with :
89- path : " Setup/Output/MSUScripter* "
96+ path : " Setup/Output/squashfs-root/MSU_Scripter-x86_64.AppImage "
9097 name : MSUScripterLinux
9198
9299 package :
You can’t perform that action at this time.
0 commit comments