Skip to content

Commit a3685a4

Browse files
authored
Releases/0.2.31 (#53)
1 parent f8ccd14 commit a3685a4

File tree

5 files changed

+139
-60
lines changed

5 files changed

+139
-60
lines changed

apps/studio/builder-config/base.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ const config: Configuration = {
4141
} as TargetConfiguration,
4242
],
4343
artifactName: '${productName}-setup.${ext}',
44-
signtoolOptions: {
45-
publisherName: 'On Off, Inc',
46-
},
4744
azureSignOptions: {
45+
publisherName: 'On Off, Inc',
4846
certificateProfileName: 'public-trust-onlook',
4947
codeSigningAccountName: 'trusted-onlook',
5048
endpoint: 'https://eus.codesigning.azure.net',

apps/studio/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "Onlook",
33
"name": "@onlook/studio",
4-
"version": "0.2.30",
4+
"version": "0.2.31",
55
"homepage": "https://onlook.com",
66
"main": "dist-electron/main/index.js",
77
"description": "The first-ever devtool for designers",
@@ -127,7 +127,7 @@
127127
"autoprefixer": "^10.4.20",
128128
"css-tree": "^3.1.0",
129129
"electron": "36.0.1",
130-
"electron-builder": "^25.1.8",
130+
"electron-builder": "^26.0.11",
131131
"eslint": "9.x",
132132
"eslint-config-prettier": "^9.1.0",
133133
"eslint-plugin-react": "^7.34.3",

0 commit comments

Comments
 (0)