Skip to content

Commit

Permalink
chenge dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjia404 committed Jun 25, 2023
1 parent 2f892d1 commit 731514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"build-release": "run-script-os",
"build-release-non-linux": "yarn build-everything && cross-env SIGNAL_ENV=production electron-builder --config.extraMetadata.environment=production --publish=never --config.directories.output=release",
"build-release:win32": "yarn build-release:win7-e19 && yarn build-release:win7 && yarn build-release:win10 ",
"build-release:win7-e19": "yarn upgrade [email protected] --dev && yarn add better-sqlite3@https://github.com/oxen-io/session-better-sqlite3#af47530acea25800d22b5e1ae834b709d2bfca40 && yarn install --frozen-lockfile && yarn build-everything && cross-env SIGNAL_ENV=production electron-builder --config.extraMetadata.environment=production --publish=never --config.directories.output=release/win32/7/e19",
"build-release:win7-e19": "yarn upgrade [email protected] --dev && yarn add better-sqlite3@https://github.com/oxen-io/session-better-sqlite3#af47530acea25800d22b5e1ae834b709d2bfca40 && yarn install --frozen-lockfile && yarn build-everything && cross-env SIGNAL_ENV=production electron-builder --config.extraMetadata.environment=production --publish=never --config.directories.output=release/win32/7-e19",
"build-release:win7": "yarn upgrade [email protected] --dev && yarn add better-sqlite3@https://github.com/signalapp/better-sqlite3#5ea24501fc26e7aa14930815897b3348e687a787 && yarn install --frozen-lockfile && yarn build-everything && cross-env SIGNAL_ENV=production electron-builder --config.extraMetadata.environment=production --publish=never --config.directories.output=release/win32/7",
"build-release:win10": "yarn upgrade [email protected] --dev && yarn add better-sqlite3@https://github.com/signalapp/better-sqlite3#5ea24501fc26e7aa14930815897b3348e687a787 && yarn install --frozen-lockfile && yarn build-everything && cross-env SIGNAL_ENV=production electron-builder --config.extraMetadata.environment=production --publish=never --config.directories.output=release/win32/10",
"build-release:macos": "yarn build-release-non-linux",
Expand Down

0 comments on commit 731514e

Please sign in to comment.