Compare commits
56 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0e0ba69dc | |||
| 9ec65fbcc8 | |||
| 5a0b7f1a26 | |||
| 887f0d5bd0 | |||
| 3b91e96074 | |||
| 76bca26143 | |||
| a4ce0686ad | |||
| 96eec9d979 | |||
| 1600b2e942 | |||
| 29916d5c8a | |||
| 1b5acadf99 | |||
| 8817b1e611 | |||
| 9d078eaf2f | |||
| 4b577b5034 | |||
| 15d40c6961 | |||
| c10e4d20ab | |||
| 026d284644 | |||
| 34332e99ee | |||
| c5ff9c6ed7 | |||
| eb0e90f92b | |||
| 37b3c93604 | |||
| b2b279be38 | |||
| 803c1b8762 | |||
| 912a604971 | |||
| a16e3acc91 | |||
| 6c591729ff | |||
| f4841c3be0 | |||
| 17353f6984 | |||
| a2021529b2 | |||
| 7ec96e6a14 | |||
| 6ad97219c9 | |||
| 14e92937e8 | |||
| c9ef1db546 | |||
| 7d530fe258 | |||
| 265a2b3992 | |||
| 5f8f084064 | |||
| a24330ae2b | |||
| b04d1f06eb | |||
| 1411f78388 | |||
| c5a05ca3e2 | |||
| f9487ce632 | |||
| e17fbd2354 | |||
| c087dbcd69 | |||
| 5fb311859a | |||
| b01b1273b1 | |||
| 1b02b443d7 | |||
| d874b194a2 | |||
| f648cbbcc4 | |||
| 212413ff1a | |||
| 7414efce47 | |||
| eddba38829 | |||
| 365a8143ff | |||
| 1ecc47c32f | |||
| b589e43d3e | |||
| 74d2b71084 | |||
| 972a5958c6 |
@@ -91,7 +91,10 @@ jobs:
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
with:
|
||||
uploadPlainBinary: true
|
||||
tagName: v__VERSION__
|
||||
releaseName: 'Emerald v__VERSION__'
|
||||
releaseBody: |
|
||||
@@ -142,4 +145,4 @@ jobs:
|
||||
tag_name: v${{ needs.get-version.outputs.version }}
|
||||
files: Emerald.Legacy.Launcher.flatpak
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -15,6 +15,8 @@
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2",
|
||||
"@tauri-apps/plugin-opener": "^2",
|
||||
"@tauri-apps/plugin-process": "~2.3.1",
|
||||
"@tauri-apps/plugin-updater": "~2.10.1",
|
||||
"framer-motion": "^12.36.0",
|
||||
"pako": "^2.1.0",
|
||||
"react": "^19.1.0",
|
||||
|
||||
@@ -14,6 +14,12 @@ importers:
|
||||
'@tauri-apps/plugin-opener':
|
||||
specifier: ^2
|
||||
version: 2.5.3
|
||||
'@tauri-apps/plugin-process':
|
||||
specifier: ~2.3.1
|
||||
version: 2.3.1
|
||||
'@tauri-apps/plugin-updater':
|
||||
specifier: ~2.10.1
|
||||
version: 2.10.1
|
||||
framer-motion:
|
||||
specifier: ^12.36.0
|
||||
version: 12.38.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
@@ -647,6 +653,12 @@ packages:
|
||||
'@tauri-apps/plugin-opener@2.5.3':
|
||||
resolution: {integrity: sha512-CCcUltXMOfUEArbf3db3kCE7Ggy1ExBEBl51Ko2ODJ6GDYHRp1nSNlQm5uNCFY5k7/ufaK5Ib3Du/Zir19IYQQ==}
|
||||
|
||||
'@tauri-apps/plugin-process@2.3.1':
|
||||
resolution: {integrity: sha512-nCa4fGVaDL/B9ai03VyPOjfAHRHSBz5v6F/ObsB73r/dA3MHHhZtldaDMIc0V/pnUw9ehzr2iEG+XkSEyC0JJA==}
|
||||
|
||||
'@tauri-apps/plugin-updater@2.10.1':
|
||||
resolution: {integrity: sha512-NFYMg+tWOZPJdzE/PpFj2qfqwAWwNS3kXrb1tm1gnBJ9mYzZ4WDRrwy8udzWoAnfGCHLuePNLY1WVCNHnh3eRA==}
|
||||
|
||||
'@tweenjs/tween.js@23.1.3':
|
||||
resolution: {integrity: sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==}
|
||||
|
||||
@@ -1748,6 +1760,14 @@ snapshots:
|
||||
dependencies:
|
||||
'@tauri-apps/api': 2.10.1
|
||||
|
||||
'@tauri-apps/plugin-process@2.3.1':
|
||||
dependencies:
|
||||
'@tauri-apps/api': 2.10.1
|
||||
|
||||
'@tauri-apps/plugin-updater@2.10.1':
|
||||
dependencies:
|
||||
'@tauri-apps/api': 2.10.1
|
||||
|
||||
'@tweenjs/tween.js@23.1.3': {}
|
||||
|
||||
'@types/babel__core@7.20.5':
|
||||
|
||||
|
After Width: | Height: | Size: 893 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 759 B |
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1003 B |
|
Before Width: | Height: | Size: 1005 B |
|
Before Width: | Height: | Size: 1012 B |
|
Before Width: | Height: | Size: 1010 B |
|
Before Width: | Height: | Size: 448 B |
|
Before Width: | Height: | Size: 466 B |
|
Before Width: | Height: | Size: 405 B |
|
Before Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 447 B |
|
Before Width: | Height: | Size: 444 B |
|
Before Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 702 B |
|
Before Width: | Height: | Size: 727 B |
|
Before Width: | Height: | Size: 728 B |
|
Before Width: | Height: | Size: 707 B |
|
Before Width: | Height: | Size: 659 B |
|
Before Width: | Height: | Size: 720 B |
|
Before Width: | Height: | Size: 724 B |
|
Before Width: | Height: | Size: 659 B |
|
Before Width: | Height: | Size: 483 B |
|
Before Width: | Height: | Size: 481 B |
|
Before Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 534 B |
|
Before Width: | Height: | Size: 581 B |
|
Before Width: | Height: | Size: 556 B |
|
Before Width: | Height: | Size: 481 B |
|
Before Width: | Height: | Size: 326 B |
|
Before Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 317 B |
|
Before Width: | Height: | Size: 315 B |
|
Before Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 318 B |
|
Before Width: | Height: | Size: 364 B |
|
Before Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 377 B |
|
Before Width: | Height: | Size: 362 B |
|
Before Width: | Height: | Size: 829 B |
|
Before Width: | Height: | Size: 826 B |
|
Before Width: | Height: | Size: 830 B |
|
Before Width: | Height: | Size: 829 B |
|
Before Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 326 B |
|
Before Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 317 B |
|
Before Width: | Height: | Size: 315 B |
|
Before Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 318 B |
|
Before Width: | Height: | Size: 364 B |
|
Before Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 377 B |
|
Before Width: | Height: | Size: 362 B |
|
Before Width: | Height: | Size: 843 B |
|
Before Width: | Height: | Size: 841 B |
|
Before Width: | Height: | Size: 837 B |
|
Before Width: | Height: | Size: 843 B |
|
Before Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 331 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 330 B |
|
Before Width: | Height: | Size: 345 B |
|
Before Width: | Height: | Size: 346 B |
|
Before Width: | Height: | Size: 301 B |
|
Before Width: | Height: | Size: 232 B |
|
Before Width: | Height: | Size: 240 B |
|
Before Width: | Height: | Size: 258 B |
|
Before Width: | Height: | Size: 228 B |
|
Before Width: | Height: | Size: 237 B |
|
Before Width: | Height: | Size: 237 B |
|
Before Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 277 B |
|
Before Width: | Height: | Size: 262 B |
|
Before Width: | Height: | Size: 271 B |
|
Before Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 288 B |
|
Before Width: | Height: | Size: 521 B |
|
Before Width: | Height: | Size: 516 B |
|
Before Width: | Height: | Size: 507 B |
|
Before Width: | Height: | Size: 527 B |
|
Before Width: | Height: | Size: 250 B |
|
Before Width: | Height: | Size: 260 B |
|
Before Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 271 B |
|
Before Width: | Height: | Size: 274 B |
|
Before Width: | Height: | Size: 264 B |
|
Before Width: | Height: | Size: 292 B |