Skip to content

Commit

Permalink
CI/CD: generate debian structure
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent 452eac3 commit 12bd13f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
run: "cd flatpak\npython3 flatpak-generator.py ../Cargo.lock -o cargo-sources.json \nflatpak-builder build org.Xetibo.ReSet.json --force-clean \nflatpak build-export export build\nflatpak build-bundle export reset.flatpak org.Xetibo.ReSet\n"
- name: Build Ubuntu package
run: |
mkdir -p ./debian/usr
mkdir -p ./debian/usr/lib
mkdir -p ./debian/usr/share
mkdir -p ./debian/usr/share/application
mkdir -p ./debian/usr/share/pixmaps
cp ./target/release/reset ./debian/usr/bin/.
cp ./reset.desktop ./debian/share/applications/.
cp ./src/resources/icons/ReSet.svg ./debian/share/pixmaps/.
Expand Down

0 comments on commit 12bd13f

Please sign in to comment.