eclipse plugin: fix a variable typo
This commit is contained in:
parent
cc933c026a
commit
52ea2109c2
1 changed files with 7 additions and 3 deletions
|
@ -5,14 +5,18 @@ REM cn = common name
|
|||
REM ou = organizational unit
|
||||
REM o = organization
|
||||
REM c = Country
|
||||
SET PLUGIN_VERSION=1.0.1
|
||||
SET PLUGIN_WML_VERSIOn=1.1.1
|
||||
SET PLUGIN_VERSION=1.0.2
|
||||
SET PLUGIN_WML_VERSIOn=1.1.2
|
||||
IF EXIST keystore (
|
||||
echo deleting previous keystore file
|
||||
DEL keystore
|
||||
)
|
||||
echo generating key...
|
||||
keytool.exe -genkey -dname "cn=Battle for Wesnoth, ou=Wesnoth, o=Wesnoth" -alias wesnoth -keypass %1 -keystore keystore -storepass %2 -validity 1095
|
||||
echo signing feature
|
||||
jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/features/Wesnoth_Eclipse_Plugin_%PLUGIN_VERSION%.jar wesnoth
|
||||
echo signing org.wesnoth.wml_%PLUGIN_WML_VERSION%.jar
|
||||
jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth.wml_%PLUGIN_VWML_ERSION%.jar wesnoth
|
||||
jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth.wml_%PLUGIN_WML_VERSION%.jar wesnoth
|
||||
echo signing org.wesnoth.wml.ui_%PLUGIN_WML_VERSION%.jar
|
||||
jarsigner.exe -keystore keystore -storepass %2 -keypass %1 ../update_site/plugins/org.wesnoth.wml.ui_%PLUGIN_WML_VERSION%.jar wesnoth
|
||||
echo signing org.wesnoth_%PLUGIN_VERSION%.jar
|
||||
|
|
Loading…
Add table
Reference in a new issue