Skip to content

Commit 953a251

Browse files
committed
Update build.py
1 parent 47a8ef4 commit 953a251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def build(do_clean=False, exclude_runner=False, create_zip_artifact=False):
2424
plugins_dir = os.path.join(app_dir, 'whitebox-plugins/src')
2525

2626
target_dir = os.path.join(app_dir, 'target/release')
27-
if platform.system() == "Linux":
28-
target_dir = os.path.join(app_dir, 'target/x86_64-unknown-linux-musl/release')
27+
# if platform.system() == "Linux":
28+
# target_dir = os.path.join(app_dir, 'target/x86_64-unknown-linux-musl/release')
2929

3030
if do_clean:
3131
print("Cleaning old files...")

0 commit comments

Comments
 (0)