From a08bb380ee2e2c421359d01b99b10e27907d3a11 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Mon, 21 Feb 2022 23:43:13 +0530 Subject: Added Makerchip and Sandpiper-SaaS executables --- Windows/README.md | 9 +++++---- Windows/makerchip.7z | Bin 0 -> 6497053 bytes 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100755 Windows/makerchip.7z diff --git a/Windows/README.md b/Windows/README.md index 40c509e7..b494e22b 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -93,10 +93,11 @@ It contains all the documentation for making eSim executable (using PyInstaller) > Note: Refer this [documentation](https://github.com/fossee/KiCad-eSim/blob/executables/README.md) on packaging KiCad for Windows OS 10. Add following files/folder to the installer folder: - - License file (`rtf` format). - - Logo (`ico` format). - - `esim-setup-script` file. - - `nghdl-setup-script` file. + - License file (`rtf` format) + - Logo (`ico` format) + - `esim-setup-script` file + - Makerchip executables (`makerchip.7z` file) + - `nghdl-setup-script` file fromt the `NGHDL` repository 11. Compile the NSI script (`esim-setup-script` file). Now only use the generated installer for distribution. diff --git a/Windows/makerchip.7z b/Windows/makerchip.7z new file mode 100755 index 00000000..1cf13cb1 Binary files /dev/null and b/Windows/makerchip.7z differ -- cgit