Browse Source

- removed admin privileges in native installer

Sebastian Stenzel 10 năm trước cách đây
mục cha
commit
7d6d061d95
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/ui/pom.xml

+ 1 - 1
main/ui/pom.xml

@@ -106,7 +106,7 @@
 									<fx:resources>
 										<fx:fileset dir="${project.build.directory}" includes="${javafx.application.name}.jar" />
 									</fx:resources>
-									<fx:permissions elevated="true" />
+									<fx:permissions elevated="false" />
 									<fx:preferences install="true" />
 								</fx:deploy>
 							</target>