This commit is contained in:
snltty
2025-04-26 00:27:31 +08:00
parent 59f0d7f602
commit 7b11390618
3 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ cd ../../
echo F|xcopy "version.txt" "public\\version.txt" /f /h /y
echo F|xcopy "public\\extends\\any\\web\\*" "src\\linker.app\\public\\web\\*" /s /f /h /y
dotnet publish ./src/linker.app -c:Release -f:net8.0-android /p:AndroidSigningKeyPass=123321 /p:AndroidSdkDirectory=%sdkpath%
dotnet publish ./src/linker.app -c:Release -f:net8.0-android /p:AndroidUseApkSigner=true /p:AndroidPackageFormat=apk /p:AndroidKeyStore=true /p:AndroidSigningKeyStore=linker.jks /p:AndroidSigningStorePass=linker /p:AndroidSigningKeyAlias=linker /p:AndroidSigningKeyPass=linker /p:AndroidSdkDirectory=%sdkpath%
echo F|xcopy "src\\linker.app\\bin\\Release\\net8.0-android\\publish\\com.snltty.linker.app-Signed.apk" "public\\publish-zip\\linker.apk" /s /f /h /y
for %%r in (win-x86,win-x64,win-arm64) do (

BIN
src/linker.app/linker.jks Normal file

Binary file not shown.

View File

@@ -1,5 +1,5 @@
v1.7.5
2025-04-25 22:50:56
2025-04-26 00:27:31
1. 一些优化
2. 安卓APP勉强能用
3. 如果你设备很多,请尝试升级其中一个成功重启后再升级其它