Skip to content

Commit

Permalink
Merge pull request #254 from OpenWebGAL/dev
Browse files Browse the repository at this point in the history
4.5.0
  • Loading branch information
MakinoharaShoko authored May 3, 2024
2 parents 1f88648 + 35ef3a2 commit 3311e7f
Show file tree
Hide file tree
Showing 217 changed files with 19,965 additions and 6,109 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-terre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
env:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build Stage 1
run: |
Expand Down Expand Up @@ -117,14 +117,14 @@ jobs:
path: release
build-mac:
name: Build MacOS Binary
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
env:
Expand All @@ -144,7 +144,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
shell: bash
Expand All @@ -163,7 +163,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
shell: bash
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
env:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build Stage 1
run: |
Expand Down Expand Up @@ -119,14 +119,14 @@ jobs:
path: release
build-mac:
name: Build MacOS Binary
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
env:
Expand All @@ -146,7 +146,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
shell: bash
Expand All @@ -165,7 +165,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
shell: bash
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
env:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build Stage 1
run: |
Expand Down Expand Up @@ -124,14 +124,14 @@ jobs:
path: WebGAL_Terre_Linux_Arm64.zip
build-mac:
name: Build MacOS Binary
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
env:
Expand All @@ -153,7 +153,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
shell: bash
Expand All @@ -174,7 +174,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Build
shell: bash
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ bundle
yarn.lock
package-lock.json
.DS_Store
terre-electron
terre-electron
packages/origine2/src/locales/en.js
packages/origine2/src/locales/ja.js
packages/origine2/src/locales/zhCn.js
packages/origine2/src/locales/en.ts
packages/origine2/src/locales/ja.ts
packages/origine2/src/locales/zhCn.ts
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 3311e7f

Please sign in to comment.