Changes to doc and to API, a bit more stable

This commit is contained in:
2019-10-31 11:35:16 +01:00
parent ea9f7b6436
commit 9de38014be
6 changed files with 71 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
name: Install Paint.Net depending of Platform
revision: 1
steps:
- IF64BIT|
- REPOTOLOCAL|PaintDotNetMsi/PaintDotNet_424_x64.msi
- INSTALLMSI|PaintDotNet_424_x64.msi
- ELSE|32 Bit
- REPOTOLOCAL|PaintDotNetMsi/PaintDotNet_424_x86.msi
- INSTALLMSI|PaintDotNet_424_x86.msi
- ENDIF|