mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
Binary architecture fix
This commit is contained in:
parent
8ddfd8aa8a
commit
1bf5835037
3 changed files with 4 additions and 4 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue