clean up sum stuff
Some checks failed
Build & Release / build-windows (push) Has been cancelled

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
bits 2026-04-28 05:18:32 +03:00
parent 9992e42eff
commit 2e9d26e674
8 changed files with 16 additions and 11 deletions

8
.gitignore vendored
View File

@ -38,7 +38,7 @@ yarn.lock
.cache/ .cache/
dist/ dist/
build/ build/
/node_modules/
# TypeScript # TypeScript
*.tsbuildinfo *.tsbuildinfo
@ -62,9 +62,11 @@ Release/
*.a *.a
*.so *.so
*.dylib *.dylib
*.exe
*.pdb *.pdb
*.ilk *.ilk
*.key
*.pvk
*.pfx
# Visual Studio # Visual Studio
.vs/ .vs/
@ -74,7 +76,7 @@ obj/
*.userosscache *.userosscache
*.VC.db *.VC.db
*.VC.VC.opendb *.VC.VC.opendb
*.cer
# IDEs # IDEs
.idea/ .idea/
*.sublime-workspace *.sublime-workspace

1
GUI

@ -1 +0,0 @@
Subproject commit eece2beb29eabca46ba58ed3fa034146e0d4bd41

Binary file not shown.

@ -1 +0,0 @@
Subproject commit 13b28286dc1263bb98c55645b1c3d16f9f724a7b

BIN
injector.exe Normal file

Binary file not shown.

View File

@ -139,12 +139,12 @@ async fn download_assets(state: State<'_, AppState>) -> Result<(), String> {
( (
"injector.exe", "injector.exe",
"https://git.rlidentity.me/bits/RLidentity/src/branch/dll/injector.exe", "https://git.rlidentity.me/bits/RLidentity/src/branch/dll/injector.exe",
"EXPECTED_SHA256_HASH_HERE" "B447D618886EEDE9F6A331A5605BFC40FADEB3F508916D8B19916467EC8E0E69"
), ),
( (
"RLIdentity.dll", "RLIdentity.dll",
"https://git.rlidentity.me/.../RLIdentity.dll", "https://git.rlidentity.me/bits/RLidentity/src/branch/main/RLIdentity.dll",
"EXPECTED_SHA256_HASH_HERE" "69108E3E1084EA9AE6AC97D4F19D68356213FEF3A29193D63CE3A6069D333CD8"
), ),
]; ];

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "rlidentitygui", "productName": "rlidentitygui",
"version": "2.0.0", "version": "2.0.1",
"identifier": "me.rlidentity.gui", "identifier": "me.rlidentity.gui",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
@ -32,12 +32,16 @@
"endpoints": [ "endpoints": [
"https://api.rlidentity.me/version" "https://api.rlidentity.me/version"
], ],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY5QkIxRTlEOEVENDRCNDcKUldSSFM5U09uUjY3K1VzZUg1ek52bnNuTmZDckhsN3k3WHlEMXhMTUFYSC9HUnlxL1ZYekhFU28K" "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFGNUM0MTdBMUQxQTBBQzUKUldURkNob2Rla0Zjcng4TWxpSWh3QVhlQ2xFZnRZUE5Ock1KQmk0T3ZkV25EQ1R2dWZrNWZPNUEK"
} }
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"resources": [
"E:\\projects\\Rocket League\\RLIdentityDLL\\injector.exe",
"E:\\projects\\Rocket League\\RLIdentityDLL\\RLIdentity.dll"
],
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",

View File

@ -0,0 +1 @@
dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFGNUM0MTdBMUQxQTBBQzUKUldURkNob2Rla0Zjcng4TWxpSWh3QVhlQ2xFZnRZUE5Ock1KQmk0T3ZkV25EQ1R2dWZrNWZPNUEK