Update build command

This commit is contained in:
Andreas Zweili 2023-04-06 11:36:50 +02:00
parent bd14e4c94b
commit 4a1b165298
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
'';
installPhase = ''
mkdir -p $out
cp /build/source/dist/todoist_interface "$out/todoist_interface"
cp dist/todoist_interface "$out/todoist_interface"
'';
};
in