Skip to content

Commit

Permalink
[32] Fix wrong argument location of the update site for auto update
Browse files Browse the repository at this point in the history
Bug: #32
  • Loading branch information
adaussy committed Jan 25, 2024
1 parent ba8d4d5 commit 316b5c0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@

<product name="Permadeler product" uid="fr.adaussy.permadeler.product" id="fr.adaussy.permadeler.branding.product" application="fr.adaussy.permadeler.branding.application" version="0.4.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">


<configIni use="default">
</configIni>

<launcherArgs>
<programArgs>-clearPersistedState
-Drepository=https://permadeler.org/permadeler/repository/latest/
</programArgs>
<vmArgs>-Xms2024m
-Drepository=https://permadeler.org/permadeler/repository/latest/
</vmArgs>
<vmArgsLin>-Xmx8192m
</vmArgsLin>
Expand All @@ -30,9 +31,11 @@
</win>
</launcher>


<vm>
</vm>


<plugins>
</plugins>

Expand Down

0 comments on commit 316b5c0

Please sign in to comment.