File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
"install-reqs" : " pnpm install && pip3 install -r requirements.txt" ,
8
8
"dev" : " next dev" ,
9
9
"build:sidecar-winos" : " pyinstaller -c -F --clean --name main-x86_64-pc-windows-msvc --distpath src-tauri/bin/api src/backends/main.py" ,
10
- "build:sidecar-macos" : " pyinstaller -c -F --clean --name main-x86_64-apple-darwin --distpath src-tauri/bin/api src/backends/main.py" ,
10
+ "build:sidecar-macos" : " pyinstaller -c -F --clean --name main-x86_64-aarch64- apple-darwin --distpath src-tauri/bin/api src/backends/main.py" ,
11
11
"build:sidecar-linux" : " pyinstaller -c -F --clean --name main-x86_64-unknown-linux-gnu --distpath src-tauri/bin/api src/backends/main.py" ,
12
12
"build:icons" : " pnpm tauri icon public/app-icon.png" ,
13
13
"build" : " next build" ,
You can’t perform that action at this time.
0 commit comments