Skip to content

Commit

Permalink
Update config.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleruss authored Jul 18, 2021
1 parent 1df7388 commit 9c15905
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/conf/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- ==============================================
File: config.xml
Author: Kyle Russell
Repository: github.com/denkers/auto-updater
Repository: github.com/kyleruss/auto-updater
================================================-->

<updater-config>
Expand All @@ -16,10 +16,10 @@
<port>201</port>

<!-- FTP server user -->
<username>ftpguest</username>
<username>YOUR_FTP_USERNAME</username>

<!-- FTP server users password -->
<password>fgsmg2</password>
<password>YOUR_FTP_PASSWORD</password>
</connection-config>

<!-- Patch directory settings -->
Expand Down Expand Up @@ -88,12 +88,12 @@
<force-launch>true</force-launch>

<!-- Enable/disable launching of a application after update completion -->
<enable-exit-launch>true</enable-exit-launch>
<enable-exit-launch>false</enable-exit-launch>

<!-- Status paramater name to pass to executing application -->
<status-arg-name>s</status-arg-name>
<status-arg-name></status-arg-name>

<!-- Path to executing application -->
<exit-launch-path>data/graphi.jar</exit-launch-path>
<exit-launch-path>YOUR_EXECUTABLE_PATH</exit-launch-path>
</behaviour-config>
</updater-config>

0 comments on commit 9c15905

Please sign in to comment.