Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,7 @@ jobs:
echo "CSC_KEY_PASSWORD=$(echo $MACOS_CSC_KEY_PASSWORD)" >> $GITHUB_ENV
echo -n $DEVELOPER_ID_APPLICATION_CERTIFICATE_BASE64 | base64 -d > $MACOS_CSC_LINK
- name: Install bun
if: ${{ matrix.name != 'Windows (ARM)' }}
uses: oven-sh/setup-bun@v2
- name: Install bun (Windows ARM only)
if: ${{ matrix.name == 'Windows (ARM)' }}
run: |
curl -L https://github.com/oven-sh/bun/releases/latest/download/bun-windows-aarch64.zip -o bun.zip
unzip -j bun.zip -d $env:USERPROFILE\.bun
del bun.zip
echo "$env:USERPROFILE\.bun" >> $env:GITHUB_PATH
- name: Install libopenjp2-tools (Linux ARM only)
if: ${{ matrix.name == 'Linux (ARM)' }}
run: |
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@ jobs:
- name: Install CMake and Ninja
uses: lukka/get-cmake@latest
- name: Install bun
if: ${{ matrix.name != 'Windows (ARM)' }}
uses: oven-sh/setup-bun@v2
- name: Install bun (Windows ARM only)
if: ${{ matrix.name == 'Windows (ARM)' }}
run: |
curl -L https://github.com/oven-sh/bun/releases/latest/download/bun-windows-aarch64.zip -o bun.zip
unzip -j bun.zip -d $env:USERPROFILE\.bun
del bun.zip
echo "$env:USERPROFILE\.bun" >> $env:GITHUB_PATH
- name: OpenCOR dependencies
run: bun install
- name: Build OpenCOR
Expand Down
8 changes: 4 additions & 4 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "git+https://github.com/opencor/webapp.git"
},
"type": "module",
"version": "0.20260304.2",
"version": "0.20260305.0",
"engines": {
"bun": ">=1.2.0"
},
Expand Down Expand Up @@ -75,7 +75,7 @@
"@wasm-fmt/clang-format": "^22.1.0",
"autoprefixer": "^10.4.27",
"cmake-js": "^8.0.0",
"electron": "^40.6.1",
"electron": "^40.7.0",
"electron-builder": "^26.8.1",
"electron-conf": "^1.3.0",
"electron-updater": "^6.8.3",
Expand All @@ -87,7 +87,7 @@
"stylelint-config-standard": "^40.0.0",
"tailwindcss": "^4.2.1",
"tailwindcss-primeui": "^0.6.1",
"tar": "^7.5.9",
"tar": "^7.5.10",
"typescript": "^5.9.3",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.3.1"
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"./style.css": "./dist/opencor.css"
},
"version": "0.20260304.2",
"version": "0.20260305.0",
"scripts": {
"build": "vite build && bun scripts/generate.version.js",
"build:lib": "vite build --config vite.lib.config.ts && bun scripts/copy.indexdts.js",
Expand Down