Skip to content

Commit

Permalink
Adds 64 bit version
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Aug 20, 2017
1 parent 86d0cdf commit 08a1781
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion VSCodePortable/App/AppInfo/Installer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ DownloadFilename=VSCode-win32-ia32-1.15.0.zip
DownloadMD5=252ac734b6ebe65bcc5ca5ba08e5b208
AdvancedExtract1To=App\VSCode
AdvancedExtract1Filter=**
AdditionalInstallSize=170000
Download2URL=https://az764295.vo.msecnd.net/stable/8b95971d8cccd3afd86b35d4a0e098c189294ff2/VSCode-win32-x64-1.15.0.zip
Download2Name=Visual Studio Code v1.15.0
Download2Filename=VSCode-win32-x64-1.15.0.zip
Download2MD5=d9a9c4a333963f2493fbde62527b3966
Download2AdvancedExtract1To=App\VSCode64
Download2AdvancedExtract1Filter=**
AdditionalInstallSize=370000
1 change: 1 addition & 0 deletions VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Launch]
ProgramExecutable=VSCode\code.exe
ProgramExecutable64=VSCode64\code.exe
CommandLineArguments='--user-data-dir="%PAL:DataDir%\code" --extensionHomePath="%PAL:DataDir%\code\extensions"'
DirectoryMoveOK=yes
DisableSplashScreen=true
Expand Down

0 comments on commit 08a1781

Please sign in to comment.