Skip to content

Commit

Permalink
Fix game files location
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwoolley committed Sep 14, 2023
1 parent c193235 commit 8375cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -173,7 +173,7 @@ tasks.register('createGameZip', Zip) {
destinationDirectory = file('assets')
archiveFileName = 'game.zip'

from('jni/src/CorsixTH') {
from('jni/CorsixTH/CorsixTH') {
include 'Levels/**'
include 'Campaigns/**'
include 'Lua/**'
Expand Down

0 comments on commit 8375cf8

Please sign in to comment.