Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ServerPackCreator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Griefed
ServerPackCreator
Commits
1ce82168
Verified
Commit
1ce82168
authored
8 months ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
chore: Add update checker to Windows program group entries
parent
1d785f39
No related branches found
No related tags found
1 merge request
!601
Develop
Pipeline
#8851
passed
8 months ago
Stage: Tests
Stage: Documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spc.install4j
+15
-0
15 additions, 0 deletions
spc.install4j
with
15 additions
and
0 deletions
spc.install4j
+
15
−
0
View file @
1ce82168
...
...
@@ -443,6 +443,21 @@ if they so desire. By default $USERHOME/ServerPackCreator will be used for them.
</property>
</object>
</add>
<add>
<object
class=
"com.install4j.runtime.beans.screens.components.ProgramGroupFileConfig"
>
<property
name=
"iconFile"
>
<object
class=
"com.install4j.api.beans.ExternalFile"
>
<string>
./img/load.ico
</string>
</object>
</property>
<property
name=
"name"
type=
"string"
>
Check For Update
</property>
<property
name=
"target"
>
<object
class=
"java.io.File"
>
<string>
updater
</string>
</object>
</property>
</object>
</add>
</property>
<property
name=
"programGroupName"
type=
"string"
>
ServerPackCreator
</property>
<property
name=
"uninstallerMenuName"
type=
"string"
>
${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}
</property>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment