Skip to content

Commit d333a86

Browse files
committed
Debug
1 parent 8e27892 commit d333a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release/release.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ $installed = 'false' ]; then
1010
fi
1111

1212
: 'Running the build'
13-
cargo build
13+
cargo build --target x86_64-unknown-linux-gnu -p inputmodule-control
1414

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

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

0 commit comments

Comments
 (0)