mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-25 01:20:55 +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'
|