Skip to content

Commit 1bf5835

Browse files
committed
Binary architecture fix
1 parent 8ddfd8a commit 1bf5835

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os: [macos-latest]
15+
os: [macos-13]
1616

1717
steps:
1818
- name: Checkout git repo
@@ -47,4 +47,4 @@ jobs:
4747
# This is used for uploading release assets to github
4848
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
run: |
50-
yarn exec electron-builder -- --publish always --win --mac --linux
50+
yarn exec electron-builder -- --publish always --win --mac --linux --arm64 --x64

desktop-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Responsively-App",
33
"productName": "ResponsivelyApp",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"description": "A developer-friendly browser for developing responsive web apps",
66
"keywords": [
77
"developer-tools",

desktop-app/release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ResponsivelyApp",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "A developer-friendly browser for developing responsive web apps",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)