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/
dist/
build/
/node_modules/
# TypeScript
*.tsbuildinfo
@ -62,9 +62,11 @@ Release/
*.a
*.so
*.dylib
*.exe
*.pdb
*.ilk
*.key
*.pvk
*.pfx
# Visual Studio
.vs/
@ -74,7 +76,7 @@ obj/
*.userosscache
*.VC.db
*.VC.VC.opendb
*.cer
# IDEs
.idea/
*.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",
"https://git.rlidentity.me/bits/RLidentity/src/branch/dll/injector.exe",
"EXPECTED_SHA256_HASH_HERE"
"B447D618886EEDE9F6A331A5605BFC40FADEB3F508916D8B19916467EC8E0E69"
),
(
"RLIdentity.dll",
"https://git.rlidentity.me/.../RLIdentity.dll",
"EXPECTED_SHA256_HASH_HERE"
"https://git.rlidentity.me/bits/RLidentity/src/branch/main/RLIdentity.dll",
"69108E3E1084EA9AE6AC97D4F19D68356213FEF3A29193D63CE3A6069D333CD8"
),
];

View File

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

View File

@ -0,0 +1 @@
dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFGNUM0MTdBMUQxQTBBQzUKUldURkNob2Rla0Zjcng4TWxpSWh3QVhlQ2xFZnRZUE5Ock1KQmk0T3ZkV25EQ1R2dWZrNWZPNUEK