Merge pull request #201 from KernelGhost/main

Added WinApps Launcher as a submodule
This commit is contained in:
Rohan Barar 2024-08-09 08:21:55 +10:00 committed by GitHub
commit f7d1cb77ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 29 additions and 0 deletions

25
.github/workflows/update.yaml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Update submodules
on:
repository_dispatch:
types: update
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update module
run: |
git submodule update --init --recursive --checkout -f
- name: Commit and push
uses: EndBug/add-and-commit@v9
with:
add: "WinApps-Launcher"
default_author: github_actions
message: "Update submodules"
push: true
fetch: true

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "WinApps-Launcher"]
path = WinApps-Launcher
url = https://github.com/winapps-org/WinApps-Launcher.git

1
WinApps-Launcher Submodule

@ -0,0 +1 @@
Subproject commit eaa660d39bf3f49b136c98c87c35e3e12f118f8f