Skip to content

Commit

Permalink
feat: add aip
Browse files Browse the repository at this point in the history
avestura committed Feb 7, 2024
1 parent ee68c82 commit a00c9b4
Showing 3 changed files with 424 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -111,3 +111,22 @@ jobs:
with:
name: MSIX Package
path: ${{ env.Wap_Project_Directory }}\AppPackages

- name: Build Installer
uses: caphyon/advinst-github-action@v1.0
with:
advinst-version: '19.0'
# advinst-license: ${{ secrets.ADVINST_LICENSE_KEY }}
advinst-enable-automation: 'true'
aip-path: ${{ github.workspace }}\AdvancedInstaller\EyesGuard.aip
# aip-build-name: DefaultBuild
# aip-package-name: setup.msi
# aip-output-dir: ${{ github.workspace }}\setup
aip-commands: |
SetVersion latest-dev
- name: Publish setup artifact
uses: actions/upload-artifact@v2
with:
name: setup
path: ${{ github.workspace }}\AdvancedInstaller\Setup\EyesGuard-Setup-latest-dev.msi
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -263,3 +263,10 @@ __pycache__/
# Setup Project
/Setup Files/
/.ionide


# Advanced Installer caches and default build output
*-cache/
*-SetupFiles/
Prerequisites/
AdvancedInstaller/Setup/
Loading
Oops, something went wrong.

0 comments on commit a00c9b4

Please sign in to comment.