diff --git a/README.md b/README.md index e86e197..6ca470c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ Takes an app folder (.exe and data files) as a zip, and wraps it in MSI including a start menu shortcut +This is intended to serve as a testbed for you to make your own MSI, before you hook it up to your Github Actions pipeline + To start: - "Use as template" to create your own repo - Replace Folder.zip with your own folder - Replace Icon.ico with your own icon -- Replace "YOUR" tests in app.wxs with your data -- Replace "Unciv.exe" target with your executable +- Replace "YOUR" texts in app.wxs with your actual data +- Replace the "Unciv.exe" target in app.wxs with your executable name Happy testing!