tronb:vite

This commit is contained in:
Pierre Jacquier
2024-08-28 18:03:39 -04:00
parent 005a5d450a
commit e81b7dc9b8

View File

@ -106,6 +106,8 @@ jobs:
- run: yarn install - run: yarn install
- run: yarn tronb:vite
- name: Add macOS signing certificate - name: Add macOS signing certificate
if: ${{ env.BUILD_RELEASE == 'true' && matrix.os == 'macos-14' }} if: ${{ env.BUILD_RELEASE == 'true' && matrix.os == 'macos-14' }}
run: chmod +x add-osx-cert.sh && ./add-osx-cert.sh run: chmod +x add-osx-cert.sh && ./add-osx-cert.sh
@ -139,7 +141,7 @@ jobs:
- name: Make the app for arm64 - name: Make the app for arm64
if: ${{ env.BUILD_RELEASE == 'false' }} if: ${{ env.BUILD_RELEASE == 'false' }}
# run: "yarn electron-forge make --arch arm64" # run: "yarn electron-forge make --arch arm64"
run: "yarn electron-builder --config --arm64" run: yarn electron-builder --config --arm64
- name: Publish the app for arm64 (dry run) - name: Publish the app for arm64 (dry run)
if: ${{ env.BUILD_RELEASE == 'true' }} if: ${{ env.BUILD_RELEASE == 'true' }}