From 21941e635e80e73bf1f1a91ce8842e37943e1ebb Mon Sep 17 00:00:00 2001 From: Naibo_Mac Date: Thu, 8 Jun 2023 02:41:06 +0800 Subject: [PATCH] Update --- ExecuteStage/generateExecutable_Macos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExecuteStage/generateExecutable_Macos.sh b/ExecuteStage/generateExecutable_Macos.sh index ab9a74d..0f72a3f 100755 --- a/ExecuteStage/generateExecutable_Macos.sh +++ b/ExecuteStage/generateExecutable_Macos.sh @@ -1,7 +1,7 @@ rm -r build rm -r dist pyinstaller -F --icon=favicon.ico easyspider_executestage.py -rm ../Releases/EasySpider_MacOS_all_arch/easyspider_executestage +rm ../.temp_to_pub/EasySpider_MacOS_all_arch/easyspider_executestage rm ../ElectronJS/easyspider_executestage -cp dist/easyspider_executestage ../Releases/EasySpider_MacOS_all_arch/easyspider_executestage +cp dist/easyspider_executestage ../.temp_to_pub/EasySpider_MacOS_all_arch/easyspider_executestage # mv dist/easyspider_executestage ../ElectronJS/easyspider_executestage