|
@@ -22,7 +22,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
|
nameShort='setpath(["nameShort"]; "VSCodium")'
|
|
nameShort='setpath(["nameShort"]; "VSCodium")'
|
|
nameLong='setpath(["nameLong"]; "VSCodium")'
|
|
nameLong='setpath(["nameLong"]; "VSCodium")'
|
|
linuxIconName='setpath(["linuxIconName"]; "vscodium")'
|
|
linuxIconName='setpath(["linuxIconName"]; "vscodium")'
|
|
- applicationName='setpath(["applicationName"]; "vscodium")'
|
|
|
|
|
|
+ applicationName='setpath(["applicationName"]; "codium")'
|
|
win32MutexName='setpath(["win32MutexName"]; "vscodium")'
|
|
win32MutexName='setpath(["win32MutexName"]; "vscodium")'
|
|
win32DirName='setpath(["win32DirName"]; "VSCodium")'
|
|
win32DirName='setpath(["win32DirName"]; "VSCodium")'
|
|
win32NameVersion='setpath(["win32NameVersion"]; "VSCodium")'
|
|
win32NameVersion='setpath(["win32NameVersion"]; "VSCodium")'
|
|
@@ -45,7 +45,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
|
# unless the app name is code-oss
|
|
# unless the app name is code-oss
|
|
# as we are renaming the application to vscodium
|
|
# as we are renaming the application to vscodium
|
|
# we need to edit a line in the post install template
|
|
# we need to edit a line in the post install template
|
|
- sed -i "s/code-oss/vscodium/" resources/linux/debian/postinst.template
|
|
|
|
|
|
+ sed -i "s/code-oss/codium/" resources/linux/debian/postinst.template
|
|
fi
|
|
fi
|
|
|
|
|
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|