We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb070e commit 2a962d0Copy full SHA for 2a962d0
RustApp/justfile
@@ -59,3 +59,7 @@ prettier:
59
60
metainfo-check:
61
appstreamcli validate --pedantic --explain --strict res/linux/metainfo.xml
62
+
63
+install_nsis: build-release nsis
64
+ Start-Process (Get-ChildItem .\target\release\android-mic_*_x64-setup.exe | Sort-Object LastWriteTime -Descending | Select-Object -First 1).FullName
65
0 commit comments