Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.49 KB

File metadata and controls

22 lines (18 loc) · 1.49 KB

sxsc

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.

General Changes

  • Removed gullible_installer.ps1
  • 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
  • Add requirements.txt
  • Files support
  • Enhanced sxsc.py for better usability by adding a search for any configuration files that start with cfg 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.