Skip to content

Commit 7a00284

Browse files
fix(game-bridge): fixUnityBuild.js should target dist/unity directory
1 parent e51c31b commit 7a00284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/game-bridge/scripts/fixUnityBuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('fs');
44
const path = require('path');
55

6-
const DIST_DIR = path.join(__dirname, '..', 'dist');
6+
const DIST_DIR = path.join(__dirname, '..', 'dist', 'unity');
77
const HTML_FILE = path.join(DIST_DIR, 'index.html');
88

99
console.log('🔧 Fixing Unity build...');

0 commit comments

Comments
 (0)