mirror of
https://github.com/maxkratz/vscodium.git
synced 2025-02-19 08:00:03 +00:00
fix: disabling appimage [skip ci]
This commit is contained in:
parent
5600db3e57
commit
5631262eb7
1 changed files with 8 additions and 8 deletions
|
@ -133,9 +133,9 @@ else
|
|||
yarn gulp "vscode-linux-${VSCODE_ARCH}-build-rpm"
|
||||
fi
|
||||
|
||||
if [[ "${SHOULD_BUILD_APPIMAGE}" != "no" ]]; then
|
||||
. ../build/linux/appimage/build.sh
|
||||
fi
|
||||
# if [[ "${SHOULD_BUILD_APPIMAGE}" != "no" ]]; then
|
||||
# . ../build/linux/appimage/build.sh
|
||||
# fi
|
||||
|
||||
cd ..
|
||||
|
||||
|
@ -156,12 +156,12 @@ else
|
|||
mv vscode/.build/linux/rpm/*/*.rpm assets/
|
||||
fi
|
||||
|
||||
if [[ "${SHOULD_BUILD_APPIMAGE}" != "no" ]]; then
|
||||
echo "Moving AppImage"
|
||||
mv build/linux/appimage/out/*.AppImage* assets/
|
||||
# if [[ "${SHOULD_BUILD_APPIMAGE}" != "no" ]]; then
|
||||
# echo "Moving AppImage"
|
||||
# mv build/linux/appimage/out/*.AppImage* assets/
|
||||
|
||||
find assets -name '*.AppImage*' -exec bash -c 'mv $0 ${0/_-_/-}' {} \;
|
||||
fi
|
||||
# find assets -name '*.AppImage*' -exec bash -c 'mv $0 ${0/_-_/-}' {} \;
|
||||
# fi
|
||||
|
||||
VSCODE_PLATFORM="linux"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue