From 97b86455ae8d84842eecdf7273c76fcd95da1c5f Mon Sep 17 00:00:00 2001 From: endernon Date: Tue, 5 Nov 2024 20:49:12 +0000 Subject: [PATCH] i forgot what i did for the shell script --- build_x64.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_x64.sh b/build_x64.sh index 090d99c..6d1f9be 100755 --- a/build_x64.sh +++ b/build_x64.sh @@ -6,3 +6,6 @@ mkdir -p product cp ./target/x86_64-pc-windows-gnu/release/idmanglercli.exe ./product/idmangler-gui-windows-x64 cp ./target/x86_64-unknown-linux-gnu/release/idmanglercli ./product/idmangler-gui-linux-x64 cp -u -p ./{config.json,config_hanafupookie.json,config_singu.json} ./product/ + +cd product +zip