diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..625daa5 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +patreon: zen_browser +ko_fi: zen_browser diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/publish-tar.yml b/.github/workflows/publish-tar.yml index fa551c8..734909a 100644 --- a/.github/workflows/publish-tar.yml +++ b/.github/workflows/publish-tar.yml @@ -1,4 +1,5 @@ name: Publish Tar + on: workflow_dispatch: inputs: @@ -17,8 +18,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 + - name: Checkout repository + uses: actions/checkout@v4 - name: Archive run: tar -cf archive.tar ./* @@ -27,15 +28,15 @@ jobs: id: version run: echo "::set-output name=version::$(cat version)" - - name: Create Release + - name: Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: files: archive.tar tag_name: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} - name: Release for Zen - ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} + name: Release for Zen - ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} body: | ### Release ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} - sha: `${{ github.sha }}` diff --git a/LICENSE b/LICENSE index c028d70..5d84ec8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Zen Browser +Copyright (c) 2025 Zen Browser Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6af1aab..995a17c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# flatpak -📦 official flatpak packges for @zen-browser! +# Zen Browser Flatpak Packages + +📦 Official Flatpak packges for @zen-browser!