소스 검색

Merge pull request #187 from PalinuroSec/patch-1

change vscodium to codium in debian postinst
Peter Squicciarini 6 년 전
부모
커밋
b97f997a40
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.sh

+ 1 - 1
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