Skip to content

Commit 3dae3d4

Browse files
committed
update launcher, fs, appx version
1 parent 47b2cb4 commit 3dae3d4

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ You'll need administrator privileges to install the certificate!
5757
Usage :
5858
<no args>
5959
- Open a new shell with your default settings.
60+
Inherit current directory (with exception that %%USERPROFILE%% is changed to $HOME).
6061
6162
run <command line>
6263
- Run the given command line in that instance. Inherit current directory.
@@ -72,20 +73,21 @@ Usage :
7273
- `--wsl-version <1|2>`: Set the WSL version of this instance to <1 or 2>
7374
- `--default-term <default|wt|flute>`: Set default type of terminal window.
7475
75-
get [setting]
76+
get [setting [value]]
7677
- `--default-uid`: Get the default user uid in this instance.
7778
- `--append-path`: Get true/false status of Append Windows PATH to $PATH.
7879
- `--mount-drive`: Get true/false status of Mount drives.
7980
- `--wsl-version`: Get the version os the WSL (1/2) of this instance.
8081
- `--default-term`: Get Default Terminal type of this instance launcher.
82+
- `--wt-profile-name`: Get Profile Name from Windows Terminal
8183
- `--lxguid`: Get WSL GUID key for this instance.
8284
83-
backup [contents]
84-
- `--tar`: Output backup.tar to the current directory.
85-
- `--tgz`: Output backup.tar.gz to the current directory.
86-
- `--vhdx`: Output backup.ext4.vhdx to the current directory. (WSL2 only)
87-
- `--vhdxgz`: Output backup.ext4.vhdx.gz to the current directory. (WSL2 only)
88-
- `--reg`: Output settings registry file to the current directory.
85+
backup [file name]
86+
- `*.tar`: Output backup tar file.
87+
- `*.tar.gz`: Output backup tar.gz file.
88+
- `*.ext4.vhdx`: Output backup ext4.vhdx file. (WSL2 only)
89+
- `*.ext4.vhdx.gz`: Output backup ext4.vhdx.gz file. (WSL2 only)
90+
- `*.reg`: Output settings registry file.
8991
9092
clean
9193
- Uninstall that instance.

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
os: Visual Studio 2017
22

33
environment:
4-
appx_ver: 24.4.28.0
5-
wsldl_ver: 24042000
6-
fs_ver: 24042800
4+
appx_ver: 25.3.2.0
5+
wsldl_ver: 25030200
6+
fs_ver: 25030100
77
pfx_secret:
88
secure: XlXaj3gSIBd9YNKz8zuI9dtBJIoq+TTwj3HkWyyXzUTuk5b/Ur7OY2abhV9zNacetbLJKfKQSYJQLIUF9uNAFHMZoDdAKK6rq2Uzii+JB3KBaWg7w5iIfdJKD6/LD3TYjVUzQPYzEGMC45s6adk8ru3CR2kDJzhvrvqf93pL55E=
99

preset.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"installfile":"https://github.com/yuk7/ArchWSL-FS/releases/download/24042800/rootfs.tar.gz"
2+
"installfile":"https://github.com/yuk7/ArchWSL-FS/releases/download/25030100/rootfs.tar.gz",
3+
"installfilesha256":"019f1b3b8169cbe1a2a39424e8ba493bc9a2e9c9415269663fc360ecb83bbb39"
34
}

0 commit comments

Comments
 (0)