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: strategy:
matrix: matrix:
os: [macos-latest] os: [macos-13]
steps: steps:
- name: Checkout git repo - name: Checkout git repo
@ -47,4 +47,4 @@ jobs:
# This is used for uploading release assets to github # This is used for uploading release assets to github
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | 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", "name": "Responsively-App",
"productName": "ResponsivelyApp", "productName": "ResponsivelyApp",
"version": "1.11.0", "version": "1.11.1",
"description": "A developer-friendly browser for developing responsive web apps", "description": "A developer-friendly browser for developing responsive web apps",
"keywords": [ "keywords": [
"developer-tools", "developer-tools",

View file

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