Skip to content

Commit

Permalink
chore: release 1.0.3.0
Browse files Browse the repository at this point in the history
- wsl 添加常用工具包,curl,vim,ssh,net-tools,iputils,ping,lshw,iproute2,iptables,procps,
deepin-community/deepin-rootfs@df04621
  • Loading branch information
chenchongbiao committed Aug 31, 2024
1 parent d01d350 commit f1bdae4
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 @@ -70,7 +70,7 @@ jobs:
id: downloadfile
name: Download rootfs
with:
url: https://github.com/deepin-community/deepin-rootfs/releases/download/v${{ env.ROOTFS_VERSION }}/deepin-rootfs-${{ env.arch }}.tar.gz
url: https://github.com/deepin-community/deepin-rootfs/releases/download/v${{ env.ROOTFS_VERSION }}/deepin-wsl-rootfs-${{ env.arch }}.tar.gz
target: ${{ matrix.arch }}
filename: deepin-rootfs.tar.gz

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.2.0" Publisher="CN=DAF39953-6776-4A47-98A5-56C695E331EE" ProcessorArchitecture="x64" />
<Identity Name="deepin.deepinWSL" Version="1.0.3.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.2.0
1.0.3.0

0 comments on commit f1bdae4

Please sign in to comment.