A fork of echnobas
/sxsc (the SxS compiler - pronounced sxs-see) for use in automatic package building for Atlas.
GNU General Public License v3.0 license.
- Removed
gullible_installer.ps1
- Not needed for building
online-sxs.cmd
is used instead
- Removed binaries
- They are included by default in the
windows-latest
GitHub Action runner - Changed in the Python script to match that
- Removed binaries:
makecab, makecat, signtool
, use Windows Kit
- They are included by default in the
- Add
requirements.txt
- Files support
- Enhanced
sxsc.py
for better usability by adding a search for any configuration files that start withcfg
and end with.yaml
. If multiple files are found, a file explorer prompts the user to select one. - In
build.ps1
implemented a smart system to locate Windows Kit subfolders containing Windows build names, along with various qol improvements.
And other little changes...
Important
To use the sxsc
method, you need to have the Windows Kit, a configuration file (such as the AtlasOS Configuration File), and a bit of expertise.