mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 17:07:28 +08:00
[+] Encrypted DLL
This commit is contained in:
BIN
.github/workflows/DATA
vendored
Normal file
BIN
.github/workflows/DATA
vendored
Normal file
Binary file not shown.
8
.github/workflows/aquamai.yml
vendored
8
.github/workflows/aquamai.yml
vendored
@@ -18,5 +18,13 @@ jobs:
|
|||||||
- name: Setup MSBuild Path
|
- name: Setup MSBuild Path
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
|
|
||||||
|
- name: Install GPG
|
||||||
|
uses: crazy-max/ghaction-chocolatey@v3
|
||||||
|
with:
|
||||||
|
args: install gnupg -y
|
||||||
|
|
||||||
|
- name: Decrypt DLL
|
||||||
|
run: gpg -d --passphrase ${{ secrets.DLL_PASSPHRASE }} -o .\Libs\Assembly-CSharp.dll ..\.github\workflows\DATA
|
||||||
|
|
||||||
- name: Build with MSBuild
|
- name: Build with MSBuild
|
||||||
run: msbuild.exe .\AquaMai.csproj
|
run: msbuild.exe .\AquaMai.csproj
|
||||||
|
|||||||
Reference in New Issue
Block a user