mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
update make-standalone (untested)
This commit is contained in:
@@ -77,7 +77,7 @@ Install the dependencies, plus cx-Freeze. In a virtual environment, the specific
|
||||
pip install cx-freeze -r requirements-win32.txt
|
||||
```
|
||||
|
||||
Run `make-standalone.bat`. This will run cxfreeze and make a standalone version in `dist-standlone`, and copy `TaskbarLib.tlb` and `save3ds_fuse.exe` to it.
|
||||
Run `make-standalone.bat`. This will run cxfreeze and make a standalone version at `dist\custom-install-standalone.zip`
|
||||
|
||||
## License/Credits
|
||||
[save3ds by wwylele](https://github.com/wwylele/save3ds) is used to interact with the Title Database (details in `bin/README`).
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
cxfreeze ci-gui.py --target-dir=dist-standalone --base-name=Win32GUI
|
||||
mkdir dist-standalone\bin
|
||||
copy TaskbarLib.tlb dist-standalone
|
||||
copy bin\win32\save3ds_fuse.exe dist-standalone\bin
|
||||
mkdir build
|
||||
cxfreeze ci-gui.py --target-dir=build\custom-install-standalone --base-name=Win32GUI
|
||||
mkdir build\custom-install-standalone\bin
|
||||
copy TaskbarLib.tlb build\custom-install-standalone
|
||||
copy bin\win32\save3ds_fuse.exe build\custom-install-standalone\bin
|
||||
copy bin\README build\custom-install-standalone\bin
|
||||
python -m zipfile -c dist\custom-install-standalone.zip build\custom-install-standalone
|
||||
|
||||
Reference in New Issue
Block a user