Skip to content

Commit

Permalink
reefactor(HACK): use custom build neutralino bin
Browse files Browse the repository at this point in the history
  • Loading branch information
3Shain committed Mar 8, 2023
1 parent 9cb93ea commit ae9d5d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const { IconIcns } = require("@shockpkg/icon-encoder");

await execa("pnpm", ["exec", "vite", "build"]);
await execa("pnpm", ["exec", "neu", "update"]);
await execa("cp", ["-R", "neutralinojs/.", "bin/."])
// run neu build command
await execa("pnpm", ["exec", "neu", "build"]);

Expand Down
Binary file added neutralinojs/neutralino-mac_x64
Binary file not shown.
1 change: 1 addition & 0 deletions neutralinojs/neutralino.js.map

Large diffs are not rendered by default.

0 comments on commit ae9d5d1

Please sign in to comment.