Skip to content

Commit

Permalink
Merge pull request #176 from bittner/feature/rename-binary-to-codium
Browse files Browse the repository at this point in the history
  • Loading branch information
stripedpajamas authored May 31, 2019
2 parents 02f6983 + 0f6cfd5 commit 81ef7c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VSCodium-AppImage-Recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ingredients:
- code
- libgconf2-4
dist: trusty
sources:
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
script:
- pwd
Expand All @@ -32,4 +32,4 @@ script:
- convert vscodium.png -resize 32x32 usr/share/icons/hicolor/32x32/apps/vscodium.png
- convert vscodium.png -resize 24x24 usr/share/icons/hicolor/24x24/apps/vscodium.png
- convert vscodium.png -resize 22x22 usr/share/icons/hicolor/22x22/apps/vscodium.png
- ( cd usr/bin/ ; ln -s ../share/vscodium/vscodium . )
- ( cd usr/bin/ ; ln -s ../share/vscodium/codium . )
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
extensionsGallery='setpath(["extensionsGallery"]; {"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", "itemUrl": "https://marketplace.visualstudio.com/items"})'
nameShort='setpath(["nameShort"]; "VSCodium")'
nameLong='setpath(["nameLong"]; "VSCodium")'
applicationName='setpath(["applicationName"]; "vscodium")'
applicationName='setpath(["applicationName"]; "codium")'
win32MutexName='setpath(["win32MutexName"]; "vscodium")'
win32DirName='setpath(["win32DirName"]; "VSCodium")'
win32NameVersion='setpath(["win32NameVersion"]; "VSCodium")'
Expand Down

0 comments on commit 81ef7c6

Please sign in to comment.