mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-31 05:28:15 +03:00
Small fix.
This commit is contained in:
parent
02b787dcbd
commit
ae1d0abdf9
2 changed files with 5 additions and 2 deletions
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 36d8df332ff866a59c14e6a531f99c5ad1c12922
|
||||
Subproject commit 5f65c6466c3dac204942e91b06b593052530673c
|
|
@ -3,4 +3,7 @@
|
|||
include 'Launcher'
|
||||
include 'libLauncher'
|
||||
include 'LaunchServer'
|
||||
include 'modules'
|
||||
include 'modules'
|
||||
file('modules').eachDir { sub ->
|
||||
if (sub.name.endsWith('_module')) include 'modules:' + sub.name
|
||||
}
|
Loading…
Reference in a new issue