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:
|
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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue