Binary architecture fix

This commit is contained in:
Manoj Vivek 2024-05-20 12:47:08 +05:30
parent 8ddfd8aa8a
commit 1bf5835037
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
os: [macos-13]
steps:
- name: Checkout git repo
@ -47,4 +47,4 @@ jobs:
# This is used for uploading release assets to github
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn exec electron-builder -- --publish always --win --mac --linux
yarn exec electron-builder -- --publish always --win --mac --linux --arm64 --x64

View file

@ -1,7 +1,7 @@
{
"name": "Responsively-App",
"productName": "ResponsivelyApp",
"version": "1.11.0",
"version": "1.11.1",
"description": "A developer-friendly browser for developing responsive web apps",
"keywords": [
"developer-tools",

View file

@ -1,6 +1,6 @@
{
"name": "ResponsivelyApp",
"version": "1.11.0",
"version": "1.11.1",
"description": "A developer-friendly browser for developing responsive web apps",
"license": "MIT",
"author": {