Skip to content

Commit

Permalink
Update public key again, fix make script to sign correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Taosenai committed Aug 1, 2013
1 parent 460e45a commit 3cc9aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set Arma3Dir="C:\Games\Arma 3"
:: Should the packages be signed? Only enable if you are the TMR maintainer.
set DoSign="YES"
:: Path to DSSignFile
set DSSignFile="C:\Program Files (x86)\Bohemia Interactive\Tools\BinPBO Personal Edition\DSSignFile\DSSignFile.exe"
set DSSignFile="F:\Workspace\tmr_sign\DSSignFile.exe"
:: Path to private key
set PrivateKey="F:\Workspace\tmr_sign\TMR.biprivatekey"

Expand Down Expand Up @@ -89,7 +89,7 @@ GOTO :EOF
:: Sub to sign a package
:Sign
ECHO Signing package...
%DSSignFile% %PrivateKey% %releaseDir%%currentModule%
%DSSignFile% %PrivateKey% %releaseDir%%currentModule%.pbo
GOTO :EOF

:: Sub to cleanup log files
Expand Down
Binary file modified release/Keys/TMR.bikey
Binary file not shown.

0 comments on commit 3cc9aa4

Please sign in to comment.