mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-20 16:37:53 +00:00
Compare commits
2 Commits
2237d81dba
...
fe0a01f45e
Author | SHA1 | Date | |
---|---|---|---|
fe0a01f45e | |||
0fd58af2ea |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}.zip
|
||||
name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: |
|
||||
SignerServer.dll
|
||||
load.js
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}.zip
|
||||
name: SignerServer-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: |
|
||||
libSignerServer.so
|
||||
load.js
|
||||
|
@ -38,7 +38,8 @@ std::map<std::string, uint64_t> addrMap = {
|
||||
{"9.9.12-25493", 0xA996E0},
|
||||
{"9.9.12-25765", 0xA9CE90},
|
||||
{"9.9.12-26299", 0xA9E5B0},
|
||||
{"9.9.12-26466", 0xA9E5B0}};
|
||||
{"9.9.12-26299", 0xA9E5B0},
|
||||
{"9.9.15-27597", 0xBDAE40}};
|
||||
#elif defined(_X86_ARCH_)
|
||||
std::map<std::string, uint64_t> addrMap = {
|
||||
{"9.9.2-15962", 0x2BD70},
|
||||
|
Reference in New Issue
Block a user