Skip to content

Commit 0edbf15

Browse files
committed
revert: add build-tools folder
1 parent baa148f commit 0edbf15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-tauri/build-utils/buildAppImage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
APPIMAGETOOL="./.cache/build-tools/appimagetool"
33
RELEASE_CHANNEL=${RELEASE_CHANNEL:-"stable"}
44

5+
mkdir -p ./.cache/build-tools
56
wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O "${APPIMAGETOOL}"
67
chmod +x "${APPIMAGETOOL}"
78

0 commit comments

Comments
 (0)