Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vscodium/vscodium
Browse files Browse the repository at this point in the history
  • Loading branch information
stripedpajamas committed Jun 11, 2019
2 parents b5a6849 + b97f997 commit db1afbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db1afbd

Please sign in to comment.