diff --git a/build_x64.sh b/build_x64.sh index 9ff0b3b..8815d3c 100755 --- a/build_x64.sh +++ b/build_x64.sh @@ -5,7 +5,7 @@ mkdir -p product cp ./target/x86_64-pc-windows-gnu/release/idmangler-cli.exe ./product/idmangler-cli.exe cp ./target/x86_64-unknown-linux-gnu/release/idmangler-cli ./product/idmangler-cli -cp -u -p ./{config.json,config_hanafupookie.json,config_singu.json} ./product/ +cp -u -p ./example_configs ./product/ pkgversion=$(cargo metadata --format-version=1 --no-deps | jq '.packages[] | select(.name == "idmangler-cli") | .version') echo "package version is:" @@ -16,5 +16,5 @@ echo "$balls2" cd product -zip "idmangler-windows-x64-${balls2}.zip" config.json config_hanafupookie.json config_singu.json idmangler-cli.exe -zip "idmangler-linux-x64-${balls2}.zip" config.json config_hanafupookie.json config_singu.json idmangler-cli +zip "idmangler-windows-x64-${balls2}.zip" example_configs idmangler-cli.exe +zip "idmangler-linux-x64-${balls2}.zip" example_configs idmangler-cli diff --git a/config.json b/example_configs/config.json similarity index 100% rename from config.json rename to example_configs/config.json diff --git a/config_crafted.json b/example_configs/config_crafted.json similarity index 100% rename from config_crafted.json rename to example_configs/config_crafted.json diff --git a/config_hanafupookie.json b/example_configs/config_hanafupookie.json similarity index 84% rename from config_hanafupookie.json rename to example_configs/config_hanafupookie.json index e832239..3695969 100644 --- a/config_hanafupookie.json +++ b/example_configs/config_hanafupookie.json @@ -5,10 +5,6 @@ ], "name":"Hanafubuki", "item_type": "Gear", - "shiny": { - "key": "playersKilled", - "value": 9223372036854775807 - }, "ids": [ {"id": "3rdSpellCost","base": -25,"roll": 70}, {"id": "4thSpellCost", "base":-15 , "roll":70 }, @@ -16,10 +12,6 @@ {"id": "elementalDamage", "base":256 , "roll":130}, {"id": "jumpHeight", "base":3, "roll":130 }, {"id": "rawStrength", "base":15} - ], - "powders": [ - - ], "rerolls": 255 } \ No newline at end of file diff --git a/config_medallion.json b/example_configs/config_medallion.json similarity index 100% rename from config_medallion.json rename to example_configs/config_medallion.json diff --git a/config_singu.json b/example_configs/config_singu.json similarity index 100% rename from config_singu.json rename to example_configs/config_singu.json diff --git a/config_tome.json b/example_configs/config_tome.json similarity index 100% rename from config_tome.json rename to example_configs/config_tome.json