• R/O
  • HTTP
  • SSH
  • HTTPS

nvdajp: Commit

NVDA with Japanese branch


Commit MetaInfo

Revision5eacba989187a883b764cb1f6d713a0dacb6b04e (tree)
Time2014-05-18 11:54:44
AuthorTakuya Nishimoto <nishimotz@gmai...>
CommiterTakuya Nishimoto

Log Message

updated scripts

Change Summary

Incremental Difference

--- a/jptools/selfcert_pack_dist.cmd
+++ b/jptools/selfcert_pack_dist.cmd
@@ -1,2 +1,4 @@
1-7z a nvda-2014.2jp-beta-140517-dist-self.zip dist\*.exe
2-copy nvda-2014.2jp-beta-140517-dist-self.zip c:\users\nishimotz\dropbox\public\
1+SET VERSION=2014.2jp-beta
2+SET REV=140517
3+7z a nvda-%VERSION%-%REV%-dist-self.zip dist\*.exe
4+copy nvda-%VERSION%-%REV%-dist-self.zip c:\users\nishimotz\dropbox\public\
--- a/jptools/selfcert_scons.cmd
+++ b/jptools/selfcert_scons.cmd
@@ -1 +1,2 @@
1-scons source user_docs launcher certFile=selfsigned.pfx publisher=nvdajp release=1 version=2014.2jp-beta
\ No newline at end of file
1+SET VERSION=2014.2jp-beta
2+scons source user_docs launcher certFile=selfsigned.pfx publisher=nvdajp release=1 version=%VERSION%
\ No newline at end of file
--- a/jptools/signed_makensis.cmd
+++ b/jptools/signed_makensis.cmd
@@ -1,2 +1,3 @@
1-del output\nvda_2014.2jp-beta.exe
2-miscDeps\tools\NSIS\makensis.exe /V2 /DVERSION=2014.1jp-beta /DPUBLISHER="nvdajp" /DCOPYRIGHT="Copyright (C) 2006-2014 NVDA Contributors" /DNVDADistDir=C:\work\nvda\nvdajp\dist /DLAUNCHEREXE=C:\work\nvda\nvdajp\output\nvda_2014.2jp-beta.exe launcher\nvdaLauncher.nsi
\ No newline at end of file
1+SET VERSION=2014.2jp-beta
2+del output\nvda_%VERSION%.exe
3+miscDeps\tools\NSIS\makensis.exe /V2 /DVERSION=%VERSION% /DPUBLISHER="nvdajp" /DCOPYRIGHT="Copyright (C) 2006-2014 NVDA Contributors" /DNVDADistDir=C:\work\nvda\nvdajp\dist /DLAUNCHEREXE=C:\work\nvda\nvdajp\output\nvda_%VERSION%.exe launcher\nvdaLauncher.nsi
\ No newline at end of file
--- a/jptools/signed_output_pack.cmd
+++ b/jptools/signed_output_pack.cmd
@@ -1 +1,4 @@
1-7z a nvda-2014.2jp-beta-140517-launcher-unsigned.zip output\nvda_2014.2jp-beta.exe
1+SET VERSION=2014.2jp-beta
2+SET REV=140517
3+7z a nvda-%VERSION%-%REV%-launcher-unsigned.zip output\nvda_%VERSION%.exe
4+copy nvda-%VERSION%-%REV%-launcher-unsigned.zip c:\Users\nishimotz\Dropbox\Public
\ No newline at end of file
Show on old repository browser