theseus/test-installer.wsb
Local Dev 0f39429d63 chore: push-split helper for per-project forge repos + Windows Sandbox installer config
scripts/push-split.sh pushes one monorepo subdirectory to its matching
split repo on Hephaestus via an ephemeral git-subtree-split branch, so
history is preserved on the forge side. The remote name is derived from
the directory (Navigator/Resolver suffix stripped) or passed explicitly.

TheseusNavigator/test-installer.wsb is a Windows Sandbox profile that
maps dist-public read-only and launches the setup exe on logon, for
clean-machine installer checks.
2026-09-09 10:33:23 +02:00

14 lines
519 B
Text

<Configuration>
<VGpu>Disable</VGpu>
<Networking>Default</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>D:\Dev\SilentMode\TheseusNavigator\dist-public</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\installer</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>cmd.exe /c start "" "C:\Users\WDAGUtilityAccount\Desktop\installer\TheseusNavigator-Setup-0.1.0.exe"</Command>
</LogonCommand>
</Configuration>