Skip to content

Commit 71bbbdb

Browse files
committed
Change GameFileBuilder output file name
1 parent 121548c commit 71bbbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FanScript.Cli/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ static int runBuild(BuildOptions opts)
159159

160160
game.TrimPrefabs();
161161

162-
using (FileStream fs = File.OpenWrite("658B97B57E427478"))
162+
using (FileStream fs = File.OpenWrite("GAME.fcg"))
163163
game.SaveCompressed(fs);
164164

165-
Log.Info($"Built code to file '{Path.GetFullPath("658B97B57E427478")}'");
165+
Log.Info($"Built code to file '{Path.GetFullPath("GAME.fcg")}'");
166166
}
167167
break;
168168
default:

0 commit comments

Comments
 (0)