mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
6 lines
175 B
Groovy
6 lines
175 B
Groovy
include ':app'
|
|
include ':diamondruntime'
|
|
project(':diamondruntime').projectDir = new File(settingsDir, '../../../DiamondRuntime/app/app')
|
|
|
|
apply from: 'tauri.settings.gradle'
|