Update @zen-browser/surfer dependency to version 1.9.15 and refine macOS build workflows

This commit is contained in:
mr. m
2025-01-28 14:02:55 +00:00
parent 00682ed150
commit c19748bbbe
6 changed files with 4568 additions and 26 deletions

View File

@@ -530,8 +530,7 @@ jobs:
cp -a ../windows_update_manifest_arm64/. updates/
fi
cp -a ../macos_update_manifest_aarch64/. updates/
cp -a ../macos_update_manifest_x86_64/. updates/
cp -a ../macos_update_manifest/. updates/
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
@@ -561,7 +560,6 @@ jobs:
windows.mar
windows-arm64.mar
macos.mar
macos-aarch64.mar
zen.installer.exe
zen.installer-arm64.exe
zen.macos-universal.dmg
@@ -595,8 +593,7 @@ jobs:
linux-aarch64.mar
.github/workflows/object/windows-x64-signed-x86_64/windows.mar
.github/workflows/object/windows-x64-signed-arm64/windows-arm64.mar
macos-x86_64.mar
macos-aarch64.mar
macos.mar
.github/workflows/object/windows-x64-signed-x86_64/zen.installer.exe
.github/workflows/object/windows-x64-signed-arm64/zen.installer-arm64.exe
zen.macos-x86_64.dmg

View File

@@ -152,15 +152,9 @@ jobs:
- name: Upload host mar
uses: actions/upload-artifact@v4
if: matrix.arch == 'x86_64'
if: matrix.arch == 'aarch64'
with:
retention-days: 1
name: zen-macos-host-mar
path: ./zen-macos-host-mar
- name: Upload build artifact (update manifests)
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: macos_update_manifest_${{ matrix.arch }}
path: ./dist/update

View File

@@ -225,6 +225,13 @@ jobs:
with:
name: zen-macos-host-mar
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: zen.macos-universal.dmg
path: ./zen.macos-universal.dmg
- name: Package for mar
env:
JUST_MAR: true
@@ -238,19 +245,19 @@ jobs:
export MAR=$(pwd)/zen-macos-host-mar
chmod +x $MAR
echo "MAR=$MAR"
pnpm package
pnpm package --verbose
mv ./dist/output.mar ./macos.mar
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: zen.macos-universal.dmg
path: ./zen.macos-universal.dmg
- name: Upload build artifact (.mar)
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: macos.mar
path: ./macos.mar
- name: Upload build artifact (update manifests)
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: macos_update_manifest
path: ./dist/update

4544
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/zen-browser/core#readme",
"dependencies": {
"@zen-browser/surfer": "^1.9.14"
"@zen-browser/surfer": "^1.9.15"
},
"devDependencies": {
"husky": "^9.1.7",

10
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@zen-browser/surfer':
specifier: ^1.9.14
version: 1.9.14(glob@7.2.3)
specifier: ^1.9.15
version: 1.9.15(glob@7.2.3)
devDependencies:
husky:
specifier: ^9.1.7
@@ -122,8 +122,8 @@ packages:
'@types/node@17.0.45':
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
'@zen-browser/surfer@1.9.14':
resolution: {integrity: sha512-Fmuk+FfT391NQNX6IRTdeHTFTIloBOVsycMaBS8XbOyzgX2XEE5hz/4ApE4QHKLfruXzsAVqS/MDOxAPjHwf2g==}
'@zen-browser/surfer@1.9.15':
resolution: {integrity: sha512-mG/nTFduaXpYmGNYh5+d5ZzRX6XOkF6VEgia1nSZUoiPAXbwKblmwKro/b6uYAELTvpMCEneRl86CIU8HK++Tg==}
hasBin: true
ansi-escapes@7.0.0:
@@ -1036,7 +1036,7 @@ snapshots:
'@types/node@17.0.45': {}
'@zen-browser/surfer@1.9.14(glob@7.2.3)':
'@zen-browser/surfer@1.9.15(glob@7.2.3)':
dependencies:
'@resvg/resvg-js': 1.4.0
async-icns: 1.0.2