Skip to content

Commit

Permalink
ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Nov 3, 2017
1 parent 9139aad commit 864de52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions innosetup_installer_options.iss
@@ -1,4 +1,4 @@
#define AppVer "0.12.9"
#define AppVer "0.12.10"

#define AppName "Screen Capturer Recorder"
; AppId === AppName by default BTW
Expand All @@ -10,7 +10,7 @@ Filename: {app}\vendor\vcredist_x86.exe; Parameters: "/passive /Q:a /c:""msiexec
Filename: {app}\vendor\vcredist_x64.exe; Parameters: "/passive /Q:a /c:""msiexec /qb /i vcredist.msi"" "; StatusMsg: Installing MSVC 2010 64 bit RunTime...; MinVersion: 0,6.0.6000; Check: IsWin64
Filename: regsvr32; WorkingDir: {app}; Parameters: /s screen-capture-recorder.dll
Filename: regsvr32; WorkingDir: {app}; Parameters: /s screen-capture-recorder-x64.dll; Check: IsWin64
; these files get sucked in from ../../... so build them too!
; these files get sucked in from ../../... so build them manually first, too!
Filename: regsvr32; WorkingDir: {app}; Parameters: /s vendor\virtual-audio\audio_sniffer.dll; MinVersion: 0,6.0.6000
Filename: regsvr32; WorkingDir: {app}; Parameters: /s vendor\virtual-audio\audio_sniffer-x64.dll; MinVersion: 0,6.0.6000; Check: IsWin64

Expand Down
Binary file modified source_code/win32/Release/screen-capture-recorder.dll
Binary file not shown.
Binary file modified source_code/x64/releasex64/screen-capture-recorder-x64.dll
Binary file not shown.

0 comments on commit 864de52

Please sign in to comment.