Skip to content

Commit

Permalink
Improve build
Browse files Browse the repository at this point in the history
  • Loading branch information
zao committed Jan 9, 2015
1 parent f28c9dd commit f73fd94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.pl
Expand Up @@ -10,7 +10,7 @@

sub pub {
if (@_) {
system("pscp -i C:/uni.ppk @_ zao\@hirohito.acc.umu.se:public_html/");
system("pscp -i D:/work/uni.ppk @_ zao\@hirohito.acc.umu.se:public_html/");
}
}

Expand Down
9 changes: 9 additions & 0 deletions sign.bat
@@ -0,0 +1,9 @@
@echo off
for %%a in (%*) do (
signtool sign ^
/a ^
/t http://timestamp.verisign.com/scripts/timstamp.dll ^
/i "Certum Level III CA" ^
/d "%%a" ^
"%%a"
)

0 comments on commit f73fd94

Please sign in to comment.