Fix installer

This commit is contained in:
2023-03-28 00:53:35 +02:00
parent 233fd5742d
commit 1e48aa144e
4 changed files with 4 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ pyinstaller dyn2py.spec
### Create installer for Windows
- Install Inno Setup: https://jrsoftware.org/isdl.php
- The already built exe should be in `dist\dyn2py.exe`
- The already built exe should be in the root folder
- Run this in powershell:
```powershell