We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4842506 commit 17dcf64Copy full SHA for 17dcf64
xmake.lua
@@ -1,7 +1,7 @@
1
set_project("shell")
2
set_policy("compatibility.version", "3.0")
3
4
-local version = "0.1.13"
+local version = "0.1.14"
5
6
set_languages("c++2b")
7
set_warnings("all")
@@ -71,4 +71,4 @@ target("inject")
71
add_files("resources/icon-small.png")
72
-- set_policy("windows.manifest.uac", "admin")
73
add_ldflags("/subsystem:windows")
74
-
+
0 commit comments