Skip to content

Commit

Permalink
downgrade app-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
aliasaria committed Mar 11, 2024
1 parent f3ac53e commit 098fc44
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .erb/scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports.default = async function notarizeMacos(context) {
const appName = context.packager.appInfo.productFilename;

await notarize({
appBundleId: build.appId,
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/dadmobile"
}
],
"version": "0.2.8",
"version": "0.2.12",
"main": "./src/main/main.ts",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
Expand Down Expand Up @@ -165,7 +165,7 @@
"css-minimizer-webpack-plugin": "^5.0.0",
"detect-port": "^1.5.1",
"electron": "^26.2.1",
"electron-builder": "^24.13.3",
"electron-builder": "^24.6.4",
"electron-devtools-installer": "^3.2.0",
"electronmon": "^2.0.2",
"eslint": "^8.42.0",
Expand Down
6 changes: 3 additions & 3 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transformerlab",
"version": "0.2.8",
"version": "0.2.12",
"description": "A tool to play with and train LLMs",
"license": "AGPL-3.0",
"author": {
Expand Down

0 comments on commit 098fc44

Please sign in to comment.