Skip to content

Commit

Permalink
chore: release 1.0.2.0
Browse files Browse the repository at this point in the history
rc 发版,deepin-WSL 更新

Log: release
  • Loading branch information
chenchongbiao committed May 17, 2024
1 parent d178292 commit 4cdff8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mdbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deepinWSL-Appx/MyDistro.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp uap2 uap3 rescap desktop">
<Identity Name="deepin.deepinWSL" Version="1.0.1.0" Publisher="CN=DAF39953-6776-4A47-98A5-56C695E331EE" ProcessorArchitecture="x64" />
<Identity Name="deepin.deepinWSL" Version="1.0.2.0" Publisher="CN=DAF39953-6776-4A47-98A5-56C695E331EE" ProcessorArchitecture="x64" />
<mp:PhoneIdentity PhoneProductId="16ab3533-936a-4643-8163-14761c63e945" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>deepin WSL</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1.0
1.0.2.0

0 comments on commit 4cdff8b

Please sign in to comment.