Mark the launcher for upload

This commit is contained in:
Rodrigo Arias Mallo 2020-10-01 10:48:54 +02:00
parent 35f4ba545a
commit d210e96d18

View File

@ -38,5 +38,8 @@ stdenv.mkDerivation {
EOF EOF
chmod +x $out/bin/run chmod +x $out/bin/run
# Mark the launcher for upload
touch $out/.upload-to-mn
''; '';
} }