mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-13 20:28:18 +10:00
fix(linux): use find/mv instead of rename [skip ci]
This commit is contained in:
@@ -148,7 +148,7 @@ else
|
||||
echo "Moving AppImage"
|
||||
mv build/linux/appimage/out/*.AppImage* artifacts/
|
||||
|
||||
rename '_-_' '-' artifacts/*.AppImage
|
||||
find artifacts -name '*.AppImage*' -exec bash -c 'mv $0 ${0/_-_/-}' {} \;
|
||||
fi
|
||||
|
||||
VSCODE_PLATFORM="linux"
|
||||
|
||||
Reference in New Issue
Block a user