diff --git a/.github/workflows/mdbuild.yml b/.github/workflows/mdbuild.yml index 364ace1..5a93786 100644 --- a/.github/workflows/mdbuild.yml +++ b/.github/workflows/mdbuild.yml @@ -53,7 +53,7 @@ jobs: with: python-version: "3.11" - - name: set arch # multistrap 使用的 arch 变量是 amd64、arm64,对 matrix.arch 进行判断设置 arch 变量 + - name: set arch # deepin-rootfs 使用的 arch 变量是 amd64、arm64,对 matrix.arch 进行判断设置 arch 变量 run: | if [ "${{ matrix.arch }}" == "x64" ]; then echo "arch=amd64" >> $GITHUB_ENV diff --git a/deepinWSL-Appx/MyDistro.appxmanifest b/deepinWSL-Appx/MyDistro.appxmanifest index 8cc727c..b68d63d 100644 --- a/deepinWSL-Appx/MyDistro.appxmanifest +++ b/deepinWSL-Appx/MyDistro.appxmanifest @@ -1,6 +1,6 @@  - + deepin WSL diff --git a/version.txt b/version.txt index 23c6598..67539e4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.1.0 \ No newline at end of file +1.0.2.0 \ No newline at end of file