Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
e83ff51e
Commit
e83ff51e
authored
4 weeks ago
by
Иван Мажукин
Committed by
Vitaly Lipatov
4 weeks ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add gdlauncher (eterbug #18127)
parent
1ae2e753
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
gdlauncher.sh
pack.d/gdlauncher.sh
+14
-0
gdlauncher.sh
play.d/gdlauncher.sh
+15
-0
No files found.
pack.d/gdlauncher.sh
0 → 100755
View file @
e83ff51e
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
# GDLauncher__2.0.24__linux__x64.AppImage
VERSION
=
$(
basename
$TAR
.AppImage |
sed
-e
's|GDLauncher__||'
|
sed
-e
's|__linux__x64||'
)
PKGNAME
=
"
$PRODUCT
-
$VERSION
.AppImage"
mv
-v
$TAR
$PKGNAME
return_tar
$PKGNAME
This diff is collapsed.
Click to expand it.
play.d/gdlauncher.sh
0 → 100755
View file @
e83ff51e
#!/bin/sh
PKGNAME
=
gdlauncher
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"All-In-One Minecraft Modded Launcher"
URL
=
"https://gdlauncher.com/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
PKGURL
=
"https://gdlauncher.com/download/linux"
install_pack_pkgurl
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment