mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-09 10:28:25 +07:00
Fixed BinGenerationTool paths and run configuration
This commit is contained in:
parent
fb7877295f
commit
80a6d236fe
@ -1,10 +1,11 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="BinGenerationTool" type="Application" factoryName="Application" folderName="tools" singleton="true">
|
||||
<option name="MAIN_CLASS_NAME" value="com.riiablo.codec.excel.BinGenerationTool" />
|
||||
<module name="tools" />
|
||||
<module name="riiablo.tools" />
|
||||
<option name="PROGRAM_PARAMETERS" value="com.riiablo.codec.excel data/global/excel "C:\Program Files (x86)\Steam\steamapps\common\Diablo II"" />
|
||||
<option name="VM_PARAMETERS" value="-ea" />
|
||||
<option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
|
||||
<method />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
@ -42,7 +42,7 @@ public class BinGenerationTool extends ApplicationAdapter {
|
||||
|
||||
Gdx.app.log(TAG, "home=" + Gdx.files.getLocalStoragePath());
|
||||
FileHandle home = new FileHandle(Gdx.files.getLocalStoragePath());
|
||||
FileHandle src = home.child("core/src").child(pkgPath);
|
||||
FileHandle src = home.child("core/src/main/java").child(pkgPath);
|
||||
Gdx.app.log(TAG, "src=" + src);
|
||||
|
||||
FileHandle dst = home.child("assets").child(args[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user