Building AutoPrintr - RepairShopr/AutoPrintr-win GitHub Wiki
Required tools:
- Visual Studio 2013 (other version not tested yet)
- NSIS 3.0
- 7-Zip
Building process
Pusher API key
Key is stored inside file AutoPrintr/modules/Credentials.cs
:
public const string SrvXT = "YOUR_KEY_HERE";
Then execute next command in gitshell:
git update-index --assume-unchanged AutoPrintr/modules/Credentials.cs
This command will prevent commiting this file to repo, if it will change.
- Open project in VS
- Check path to NSIS ans 7z in "After build" events tab in project properties
- Select build type "Release"
- Press menu item "Build solution"
Building result
- installer\AutoPrintr_install.zip
- installer\AutoPrintr_install.7z
- installer\AutoPrintr_install.exe