mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
adding windows createAppInfoJar
This commit is contained in:
@@ -53,6 +53,12 @@ function exec(command) {
|
||||
}
|
||||
}
|
||||
|
||||
function createAppInfoJar() {
|
||||
exec("cd "+ROOT+"bin\\templates\\cordova");
|
||||
exec("javac bin\\templates\\cordova\\ApplicationInfo\\ApplicationInfo.java");
|
||||
exec("jar -cfe ..\\appinfo.jar ApplicationInfo ApplicationInfo.class");
|
||||
}
|
||||
|
||||
function cleanup() {
|
||||
// Cleanup
|
||||
// if(fso.FileExists(ROOT + '\\framework\\libs\\commons-codec-1.6.jar')) {
|
||||
|
||||
Reference in New Issue
Block a user