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.
14 lines
519 B
Text
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>
|