LSPosed / MagiskOnWSALocal

Integrate Magisk root and Google Apps into WSA (Windows Subsystem for Android)
GNU Affero General Public License v3.0
9.49k stars 22.97k forks source link

[Bug] 选择不压缩时,不应该显示--compress-format #484

Closed Doddddd closed 1 year ago

Doddddd commented 1 year ago

Steps to reproduce/复现步骤

{E198F0C8-FF63-49B8-AF9C-BC0F8DECE8CE} {BB322184-5E9E-4AC6-AF93-333627AFD3FA}

Expected behaviour/预期行为

1

Actual behaviour/实际行为

1

MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希

1ebd85b

Linux distribution info/Linux 发行版信息

ubuntu 20.04

Windows version/Windows 版本

10.0.22621.1413

Build Parameters/构建参数

COMMAND_LINE=--arch x64 --release-type WIF --magisk-ver stable --gapps-brand MindTheGapps --gapps-variant pico --remove-amazon --root-sol magisk --compress-format INFO: Architecture: x64 INFO: Release Type: WIF INFO: Magisk Version: stable INFO: GApps Brand: MindTheGapps INFO: GApps Variant: pico INFO: Root Solution: magisk Build: RELEASE_TYPE=Insider Fast Generate Download Links Generating WSA download link: arch=x64 release_type=Insider Fast

Version requirement/版本要求

Logs/日志

[//]: <> (Don't modify above) ``` # Replace this line with the log / 将此行用日志替换 ``` [//]: <> (Don't modify below)
Howard20181 commented 1 year ago

没有影响 实际上run.sh给的参数是--compress-format "",附加的是一个空值而不是什么都没有

Doddddd commented 1 year ago

没有影响 实际上run.sh给的参数是--compress-format "",附加的是一个空值而不是什么都没有

但是直接复制下来用build.sh会出错,可以像gapps和root一样,附加一个none

Howard20181 commented 1 year ago

但是build.sh那边有些地方靠参数的长度是否为0来决定另一些提示,要改的地方有点多

Doddddd commented 1 year ago

但是build.sh那边有些地方靠参数的长度是否为0来决定另一些提示,要改的地方有点多

好吧,其实也无伤大雅