MCPcopy Create free account
hub / github.com/GCWing/BitFun / getMainAppBuildCommand

Function getMainAppBuildCommand

BitFun-Installer/scripts/build-installer.cjs:78–83  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

76}
77
78function getMainAppBuildCommand(mode) {
79 if (mode === "fast") {
80 return "pnpm run desktop:build:release-fast";
81 }
82 return "pnpm run desktop:build:exe";
83}
84
85function getInstallerBuildCommand(mode, devMode) {
86 if (devMode) return "pnpm run tauri:dev";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected