1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-05-06 20:55:49 +05:30

refactor: improved windows arch specific configs and shell spawning

This commit is contained in:
2026-04-30 12:16:32 +05:30
Verified
parent 9923abb9da
commit 1748eb59fb
6 changed files with 77 additions and 12 deletions

View File

@@ -150,7 +150,8 @@ Want to build/compile NeoDLP from the source code? Follow these simple steps to
5. Run build process (run the command based on your platform and architecture)
```shell
# command for windows users
npm run tauri build # for both x64/ARM64 devices
npm run tauri:build:windows-x64 # for x64 devices
npm run tauri:build:windows-arm64 # for ARM64 devices
# commands for linux users
npm run tauri:build:linux-x64 # for x64 devices