修改应用包权限设置更新说明

This commit is contained in:
2026-05-24 11:17:27 +08:00
parent 79eb4e3247
commit d0e70407f9
3 changed files with 7 additions and 7 deletions

View File

@@ -207,7 +207,7 @@ android {
} }
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}" println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}"
} }
// 设置权限775 // 设置权限775
if(fullApkFile.exists()){ if(fullApkFile.exists()){
exec { exec {
commandLine 'chmod', '775', fullApkFile.absolutePath commandLine 'chmod', '775', fullApkFile.absolutePath
@@ -225,7 +225,7 @@ android {
} }
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${szCommonTagAPKName}" println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${szCommonTagAPKName}"
} }
// 设置权限775 // 设置权限775
if(shortApkFile.exists()){ if(shortApkFile.exists()){
exec { exec {
commandLine 'chmod', '775', shortApkFile.absolutePath commandLine 'chmod', '775', shortApkFile.absolutePath
@@ -307,7 +307,7 @@ android {
} }
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}" println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}"
} }
// 权限设为775 // 权限设为775
if(debugFullApk.exists()){ if(debugFullApk.exists()){
exec { exec {
commandLine 'chmod', '775', debugFullApk.absolutePath commandLine 'chmod', '775', debugFullApk.absolutePath

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Wed May 20 12:18:55 GMT 2026 #Sun May 24 03:14:54 GMT 2026
stageCount=2 stageCount=2
libraryProject=libwinboll libraryProject=libwinboll
baseVersion=15.20 baseVersion=15.20
publishVersion=15.20.1 publishVersion=15.20.1
buildCount=8 buildCount=9
baseBetaVersion=15.20.2 baseBetaVersion=15.20.2

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sun May 24 03:03:18 GMT 2026 #Sun May 24 03:14:54 GMT 2026
stageCount=2 stageCount=2
libraryProject=libwinboll libraryProject=libwinboll
baseVersion=15.20 baseVersion=15.20
publishVersion=15.20.1 publishVersion=15.20.1
buildCount=8 buildCount=9
baseBetaVersion=15.20.2 baseBetaVersion=15.20.2