Skip to content

Added Bulgarian translation #123

Added Bulgarian translation

Added Bulgarian translation #123

Workflow file for this run

name: Build Flatpak
on:
push:
branches: [main]
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
jobs:
flatpak:
name: Build Flatpak Package
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: halftone.flatpak
manifest-path: build-aux/flatpak/io.github.tfuxu.Halftone.json
cache-key: flatpak-builder-${{ github.sha }}