fix: appimage build
This commit is contained in:
parent
8a3d35a42d
commit
feeb053e21
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if [[ "${VSCODE_ARCH}" == "x64" ]]; then
|
||||||
sed -i 's/grep docker/# grep docker/' pkg2appimage.AppDir/usr/share/pkg2appimage/functions.sh
|
sed -i 's/grep docker/# grep docker/' pkg2appimage.AppDir/usr/share/pkg2appimage/functions.sh
|
||||||
|
|
||||||
if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
|
if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
|
||||||
sed -i 's|@@NAME@@|VSCodium - Insiders|g' recipe.yml
|
sed -i 's|@@NAME@@|VSCodium-Insiders|g' recipe.yml
|
||||||
sed -i 's|@@APPNAME@@|codium-insiders|g' recipe.yml
|
sed -i 's|@@APPNAME@@|codium-insiders|g' recipe.yml
|
||||||
sed -i 's|@@ICON@@|vscodium-insiders|g' recipe.yml
|
sed -i 's|@@ICON@@|vscodium-insiders|g' recipe.yml
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue