SDK:
- update zip extension tool to be able to get final path git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9919 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
49f227b7cc
commit
706e286aa4
@ -82,6 +82,10 @@ public class ZipExtensionTool {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
public String getPath() {
|
||||
return settingsFolder + File.separator + extensionName;
|
||||
}
|
||||
|
||||
private void install() {
|
||||
File folder = new File(settingsFolder + File.separator + extensionName);
|
||||
File versionFile = new File(settingsFolder + File.separator + extensionName + File.separator + ".zipextversion");
|
||||
|
Loading…
x
Reference in New Issue
Block a user