fix(scripts): use writePython3Bin
All checks were successful
/ check (push) Successful in 9s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s

Otherwise the paths to the binaries are wrong
This commit is contained in:
Jalil David Salamé Messina 2025-05-21 09:01:20 +02:00
parent 7c76072ba2
commit bea499a914
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ writers, python3Packages }:
writers.writePython3 "audiomenu" {
writers.writePython3Bin "audiomenu" {
libraries = [ python3Packages.click ];
flakeIgnore = [

View file

@ -1,5 +1,5 @@
{ writers, python3Packages }:
writers.writePython3 "jpassmenu" {
writers.writePython3Bin "jpassmenu" {
libraries = [ python3Packages.click ];
# line too long, but I like my code well documented
flakeIgnore = [ "E501" ];