add anycubic slicer

This commit is contained in:
DJ Gillespie 2025-01-23 17:17:11 -07:00
parent 8c4a695a9f
commit 8be07171c5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
NAME="Explorer"
# Used for descriptions and window class
FULL_NAME="Microsoft Explorer"
FULL_NAME="Windows Explorer"
# The executable inside windows
WIN_EXECUTABLE="C:\Windows\explorer.exe"

View File

@ -33,7 +33,7 @@ services:
- data:/storage # Mount volume 'data' to use as Windows 'C:' drive.
- ${HOME}:/shared # Mount Linux user home directory @ '\\host.lan\Data'.
#- /path/to/second/hard/disk:/storage2 # Uncomment to mount the second hard disk within the Windows VM. Ensure 'DISK2_SIZE' is specified above.
- ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'.
# - ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'.
#- /path/to/windows/install/media.iso:/custom.iso # Uncomment to use a custom Windows ISO. If specified, 'VERSION' (e.g. 'tiny11') will be ignored.
devices:
- /dev/kvm # Enable KVM.