We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea42287 commit 95357baCopy full SHA for 95357ba
.github/workflows/build-executable.yml
@@ -251,7 +251,7 @@ jobs:
251
shell: bash
252
run: |
253
source .venv/Scripts/activate
254
- echo "$PRIVATE_SIGNING_KEY" > keys/private.key
+ echo -n "$PRIVATE_SIGNING_KEY" > keys/private.key
255
python launch.py --sign-executable "dist/MouseTracks.exe"
256
python launch.py --sign-executable "dist/${FULL_EXE_NAME}"
257
rm keys/private.key
0 commit comments