diff --git a/.github/workflows/update-submodule.yaml b/.github/workflows/update-submodule.yaml deleted file mode 100644 index 7cd5dce..0000000 --- a/.github/workflows/update-submodule.yaml +++ /dev/null @@ -1,37 +0,0 @@ -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: | - pushd WinApps-Launcher - branch=$(git rev-parse --abbrev-ref origin/HEAD | sed "s|origin/||") - git config remote.origin.fetch "+refs/heads/$branch:refs/remotes/origin/$branch" - git fetch --depth=1 origin "refs/heads/$branch" - popd - - git submodule update --init --remote WinApps-Launcher - - - name: Commit and push - uses: EndBug/add-and-commit@v9 - with: - add: WinApps-Launcher - default_author: github_actions - message: "Update submodules" - push: false - - - name: Create PR - uses: peter-evans/create-pull-request@v7 - with: - branch: chore/update_submodules - delete-branch: true - title: "Update submodules" diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 2c3ac9c..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "WinApps-Launcher"] - path = WinApps-Launcher - url = https://github.com/winapps-org/WinApps-Launcher.git diff --git a/WinApps-Launcher b/WinApps-Launcher deleted file mode 160000 index 9b3f6c5..0000000 --- a/WinApps-Launcher +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9b3f6c581791222a3a04508606755d6d0519f322