From c2b46ceb356c1cab93f43e69afc49084ff39f520 Mon Sep 17 00:00:00 2001 From: "Lorenzo \"Palinuro\" Faletra" Date: Sun, 9 Jun 2019 14:33:57 +0200 Subject: [PATCH] change vscodium to codium in debian postinst --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6513de5..599ec33 100755 --- a/build.sh +++ b/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