Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfeldman committed Jun 13, 2023
1 parent 8e27892 commit d333a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ $installed = 'false' ]; then
fi

: 'Running the build'
cargo build
cargo build --target x86_64-unknown-linux-gnu -p inputmodule-control

: "Packaging"
fpm \
Expand All @@ -22,11 +22,11 @@ fpm \
--description "framework-inputmodule-rs runs Framework Laptop 16 input modules and keeps their firmware up to date" \
--url "https://frame.work" \
--maintainer "Framework <[email protected]>" \
--deb-systemd ./framework-inputmodule-rs.service \
--deb-systemd ./release/framework-inputmodule-rs.service \
--deb-systemd-enable \
--deb-systemd-auto-start \
--deb-systemd-restart-after-upgrade \
--after-install postinstall.sh \
--after-install ./release/postinstall.sh \
target/x86_64-unknown-linux-gnu/debug/inputmodule-control=/usr/bin/framework-inputmodule-rs

: 'Packaging successful, install with "sudo dpkg -i <pkg-name>.deb"'

0 comments on commit d333a86

Please sign in to comment.