mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-13 20:28:18 +10:00
change vscodium to codium in debian postinst
This commit is contained in:
committed by
GitHub
parent
b6b51ba510
commit
c2b46ceb35
2
build.sh
2
build.sh
@@ -44,7 +44,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
||||
# unless the app name is code-oss
|
||||
# as we are renaming the application to vscodium
|
||||
# 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
|
||||
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user