mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 03:20:16 +10:00
Update build to create deb and rpm packages
This commit is contained in:
@@ -6,7 +6,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
||||
zip -r ../VSCode-darwin-${LATEST_MS_TAG}.zip ./*
|
||||
else
|
||||
cd VSCode-linux-x64
|
||||
zip -r ../VSCode-linux-x64-${LATEST_MS_TAG}.zip ./*
|
||||
tar czf ../VSCode-linux-x64-${LATEST_MS_TAG}.tar.gz .
|
||||
fi
|
||||
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user