fix(linux): use find/mv instead of rename [skip ci]
This commit is contained in:
parent
a549e0bdad
commit
083e25d289
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue