Skip to content

Commit

Permalink
Added vcrtl to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyCorbett committed Dec 14, 2018
1 parent 2bfd070 commit 0026cf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,4 @@ __pycache__/
*.pyc
/Installer/Output/OnlyMSetup.exe
/FFmpeg4
/VCRTL
4 changes: 4 additions & 0 deletions Installer/OnlyMSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ Source: "bin\x86\Release\natives_blob.bin"; DestDir: "{app}"; Flags: ignoreversi
Source: "bin\x86\Release\snapshot_blob.bin"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\x86\Release\v8_context_snapshot.bin"; DestDir: "{app}"; Flags: ignoreversion

; c rtl required by CefSharp
; I have chosen to install locally to allow for "xcopy" style install
Source: "..\VCRTL\*"; DestDir: "{app}"; Flags: ignoreversion

; web shortcuts...
Source: "..\UrlLinkFiles\JW Broadcasting.url"; DestDir: "{commonappdata}\OnlyM\Websites"
Source: "..\UrlLinkFiles\JW.org website.url"; DestDir: "{commonappdata}\OnlyM\Websites"
Expand Down
2 changes: 1 addition & 1 deletion SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.2.0.8")]
[assembly: AssemblyVersion("1.2.0.9")]

0 comments on commit 0026cf5

Please sign in to comment.