Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ManaPlus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jordan Irwin
ManaPlus
Commits
22bf37ca
Commit
22bf37ca
authored
13 years ago
by
Andrei Karas
Browse files
Options
Downloads
Patches
Plain Diff
Add shortcut to start client in testing mode.
parent
11b1348f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
Makefile.am
+2
-1
2 additions, 1 deletion
Makefile.am
manaplustest.desktop
+17
-0
17 additions, 0 deletions
manaplustest.desktop
packaging/windows/setup.nsi
+5
-0
5 additions, 0 deletions
packaging/windows/setup.nsi
with
25 additions
and
1 deletion
CMakeLists.txt
+
1
−
0
View file @
22bf37ca
...
...
@@ -55,6 +55,7 @@ ENDIF()
If
(
UNIX
)
INSTALL
(
FILES manaplus.desktop DESTINATION share/applications
)
INSTALL
(
FILES manaplustest.desktop DESTINATION share/applications
)
ENDIF
()
SET
(
CPACK_PACKAGE_NAME
"manaplus"
)
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
2
−
1
View file @
22bf37ca
...
...
@@ -3,7 +3,8 @@ SUBDIRS = data docs po src
desktopdir
=
$(
datarootdir
)
/applications
desktop_DATA
=
manaplus.desktop
desktop_DATA
=
manaplus.desktop
\
manaplustest.desktop
# Extra files to include
EXTRA_DIST
=
$(
desktop_DATA
)
\
...
...
This diff is collapsed.
Click to expand it.
manaplustest.desktop
0 → 100644
+
17
−
0
View file @
22bf37ca
[Desktop Entry]
Version=1.0
Name=ManaPlus (Tests)
Comment=A 2D MMORPG client
Comment[fr]=Un jeu en ligne dans un univers fantastique
Comment[de]=ein Online Fantasy Spiel
Comment[it]=Un gioco fantasy online
Comment[nl]=Een online role playing game
Comment[sv]=Ett fantasyrollspel online
Comment[ru]=Клиент к 2D MMORPG игре
Exec=manaplus --tests
StartupNotify=false
Terminal=false
Type=Application
Icon=manaplus
Categories=Game;AdventureGame;
This diff is collapsed.
Click to expand it.
packaging/windows/setup.nsi
+
5
−
0
View file @
22bf37ca
...
...
@@ -331,7 +331,9 @@ Section "Create Shortcuts" SecShortcuts
CreateShortCut "$SMPROGRAMS\Mana\ManaPlus.lnk" "$INSTDIR\manaplus.exe"
CreateShortCut "$SMPROGRAMS\Mana\ManaPlus (no opengl).lnk" "$INSTDIR\manaplus.exe" --no-opengl
CreateShortCut "$SMPROGRAMS\Mana\ManaPlus (safemode).lnk" "$INSTDIR\manaplus.exe" --safemode
CreateShortCut "$SMPROGRAMS\Mana\ManaPlus (tests).lnk" "$INSTDIR\manaplus.exe" --tests
CreateShortCut "$DESKTOP\ManaPlus.lnk" "$INSTDIR\manaplus.exe"
CreateShortCut "$DESKTOP\ManaPlus (tests).lnk" "$INSTDIR\manaplus.exe" --tests
${registerExtension} "$INSTDIR\manaplus.exe" ".manaplus" "ManaPlus brandings"
SectionEnd
...
...
@@ -398,8 +400,11 @@ Section Uninstall
Delete "$SMPROGRAMS\Mana\Uninstall.lnk"
Delete "$DESKTOP\ManaPlus.lnk"
Delete "$DESKTOP\ManaPlus (tests).lnk"
Delete "$SMPROGRAMS\Mana\ManaPlus.lnk"
Delete "$SMPROGRAMS\Mana\ManaPlus (no opengl).lnk"
Delete "$SMPROGRAMS\Mana\ManaPlus (safemode).lnk"
Delete "$SMPROGRAMS\Mana\ManaPlus (tests).lnk"
Delete "$SMPROGRAMS\Mana\Website.lnk"
Delete "$SMPROGRAMS\Mana\Readme.lnk"
Delete "$SMPROGRAMS\Mana\FAQ.lnk"
...
...
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