mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-07 17:05:36 +02:00
Merge 6a0fee9ba3
into 7127618c77
This commit is contained in:
commit
84af7cf16f
5 changed files with 18 additions and 8 deletions
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
patreon: zen_browser
|
||||
ko_fi: zen_browser
|
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
9
.github/workflows/publish-tar.yml
vendored
9
.github/workflows/publish-tar.yml
vendored
|
@ -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,9 +28,9 @@ 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:
|
||||
|
|
2
LICENSE
2
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
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
# flatpak
|
||||
📦 official flatpak packges for @zen-browser!
|
||||
# Zen Browser Flatpak Packages
|
||||
|
||||
📦 Official Flatpak packges for @zen-browser!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue