mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
175
This commit is contained in:
@@ -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
BIN
src/linker.app/linker.jks
Normal file
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
v1.7.5
|
||||
2025-04-25 22:50:56
|
||||
2025-04-26 00:27:31
|
||||
1. 一些优化
|
||||
2. 安卓APP勉强能用
|
||||
3. 如果你设备很多,请尝试升级其中一个成功重启后再升级其它
|
Reference in New Issue
Block a user