Skip to content

Commit

Permalink
fix: desktop builds broken
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Feb 2, 2024
1 parent 60941aa commit eaaa00a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand All @@ -36,6 +36,9 @@ jobs:
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v2

- name: Set timeout
run: yarn config set network-timeout 1000000 -g

- name: Yarn build
run: yarn && yarn build && yarn build:dist && cd build-dist && yarn

Expand Down
5 changes: 1 addition & 4 deletions desktop/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ulixee/datastore": "2.0.0-alpha.26",
"@ulixee/datastore-packager": "2.0.0-alpha.26",
"cross-env": "^7.0.3",
"electron": "^28.2.0",
"electron": "28.2.1",
"electron-builder": "^24.9.1",
"tslib": "^2.6.2"
},
Expand Down Expand Up @@ -101,8 +101,5 @@
"rank": "Owner"
}
]
},
"dependencies": {
"vite-svg-loader": "^5.1.0"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"**/@electron",
"**/@electron/**",
"**/electron",
"**electron**",
"**/desktop/**/@ulixee/datastore-docpage",
"**/desktop/**/better-sqlite3",
"**/electron-*",
Expand Down

0 comments on commit eaaa00a

Please sign in to comment.