mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-20 17:22:02 +01:00
Changes to doc and to API, a bit more stable
This commit is contained in:
10
doc/example_cooks/install_paintnet.yaml
Normal file
10
doc/example_cooks/install_paintnet.yaml
Normal 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|
|
||||
Reference in New Issue
Block a user