Skip to content

Commit 1f12f15

Browse files
authored
Update citron-appimage.sh
1 parent e3dacb3 commit 1f12f15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

citron-appimage.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ fi
3838
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
3939
chmod +x ./uruntime2appimage
4040
./uruntime2appimage
41+
42+
mkdir -p ./dist
43+
mv -v ./*.AppImage* ./dist
44+
mv -v ~/version ./dist
45+
echo "All done!"

0 commit comments

Comments
 (0)