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 77 "install-reqs" : " pnpm install && pip3 install -r requirements.txt" ,
88 "dev" : " next dev" ,
99 "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" ,
1111 "build:sidecar-linux" : " pyinstaller -c -F --clean --name main-x86_64-unknown-linux-gnu --distpath src-tauri/bin/api src/backends/main.py" ,
1212 "build:icons" : " pnpm tauri icon public/app-icon.png" ,
1313 "build" : " next build" ,
You can’t perform that action at this time.
0 commit comments