-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CNOCTAVE
committed
Nov 16, 2024
1 parent
7d5efff
commit fa71e3c
Showing
14 changed files
with
306 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -431,7 +431,7 @@ jobs: | |
- run: npm ci | ||
- run: npm run build-win_lz_x64 | ||
|
||
win_nsis_arm64-build: | ||
win_nsis_exe_arm64-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
|
@@ -445,9 +445,9 @@ jobs: | |
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_arm64 | ||
- run: npm run build-win_nsis_exe_arm64 | ||
|
||
win_nsis_ia32-build: | ||
win_nsis_exe_ia32-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
|
@@ -461,9 +461,9 @@ jobs: | |
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_ia32 | ||
- run: npm run build-win_nsis_exe_ia32 | ||
|
||
win_nsis_x64-build: | ||
win_nsis_exe_x64-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
|
@@ -477,7 +477,103 @@ jobs: | |
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_x64 | ||
- run: npm run build-win_nsis_exe_x64 | ||
|
||
win_nsis_portable_arm64-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
registry-url: https://registry.npmjs.org/ | ||
- uses: bduff9/[email protected] | ||
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_portable_arm64 | ||
|
||
win_nsis_portable_ia32-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
registry-url: https://registry.npmjs.org/ | ||
- uses: bduff9/[email protected] | ||
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_portable_ia32 | ||
|
||
win_nsis_portable_x64-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
registry-url: https://registry.npmjs.org/ | ||
- uses: bduff9/[email protected] | ||
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_portable_x64 | ||
|
||
win_nsis_web_arm64-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
registry-url: https://registry.npmjs.org/ | ||
- uses: bduff9/[email protected] | ||
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_web_arm64 | ||
|
||
win_nsis_web_ia32-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
registry-url: https://registry.npmjs.org/ | ||
- uses: bduff9/[email protected] | ||
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_web_ia32 | ||
|
||
win_nsis_web_x64-build: | ||
runs-on: windows-latest | ||
env: | ||
GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 22 | ||
registry-url: https://registry.npmjs.org/ | ||
- uses: bduff9/[email protected] | ||
with: | ||
dot-npmrc: ${{ secrets.DOT_NPMRC }} | ||
- run: npm ci | ||
- run: npm run build-win_nsis_web_x64 | ||
|
||
win_portable_arm64-build: | ||
runs-on: windows-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"appId": "cn.cnoctave.marked_reader", | ||
"productName": "marked_reader", | ||
"buildNumber": "1.3.0", | ||
"icon": "logo.png", | ||
"directories": { | ||
"output": "dist" | ||
}, | ||
"publish": [ | ||
{ | ||
"provider": "github", | ||
"owner": "CNOCTAVE", | ||
"repo": "marked_reader", | ||
"releaseType": "release" | ||
} | ||
], | ||
"win": { | ||
"artifactName": "${name}-${version}-${os}-${arch}-nsis-portable.${ext}", | ||
"target": [ | ||
{ | ||
"target": "portable", | ||
"arch": [ | ||
"arm64" | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"appId": "cn.cnoctave.marked_reader", | ||
"productName": "marked_reader", | ||
"buildNumber": "1.3.0", | ||
"icon": "logo.png", | ||
"directories": { | ||
"output": "dist" | ||
}, | ||
"publish": [ | ||
{ | ||
"provider": "github", | ||
"owner": "CNOCTAVE", | ||
"repo": "marked_reader", | ||
"releaseType": "release" | ||
} | ||
], | ||
"win": { | ||
"artifactName": "${name}-${version}-${os}-${arch}-nsis-portable.${ext}", | ||
"target": [ | ||
{ | ||
"target": "portable", | ||
"arch": [ | ||
"ia32" | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"appId": "cn.cnoctave.marked_reader", | ||
"productName": "marked_reader", | ||
"buildNumber": "1.3.0", | ||
"icon": "logo.png", | ||
"directories": { | ||
"output": "dist" | ||
}, | ||
"publish": [ | ||
{ | ||
"provider": "github", | ||
"owner": "CNOCTAVE", | ||
"repo": "marked_reader", | ||
"releaseType": "release" | ||
} | ||
], | ||
"win": { | ||
"artifactName": "${name}-${version}-${os}-${arch}-nsis-portable.${ext}", | ||
"target": [ | ||
{ | ||
"target": "portable", | ||
"arch": [ | ||
"x64" | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"appId": "cn.cnoctave.marked_reader", | ||
"productName": "marked_reader", | ||
"buildNumber": "1.3.0", | ||
"icon": "logo.png", | ||
"directories": { | ||
"output": "dist" | ||
}, | ||
"publish": [ | ||
{ | ||
"provider": "github", | ||
"owner": "CNOCTAVE", | ||
"repo": "marked_reader", | ||
"releaseType": "release" | ||
} | ||
], | ||
"win": { | ||
"artifactName": "${name}-${version}-${os}-${arch}-nsis-web.${ext}", | ||
"target": [ | ||
{ | ||
"target": "nsis-web", | ||
"arch": [ | ||
"arm64" | ||
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.