We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121548c commit 71bbbdbCopy full SHA for 71bbbdb
FanScript.Cli/Program.cs
@@ -159,10 +159,10 @@ static int runBuild(BuildOptions opts)
159
160
game.TrimPrefabs();
161
162
- using (FileStream fs = File.OpenWrite("658B97B57E427478"))
+ using (FileStream fs = File.OpenWrite("GAME.fcg"))
163
game.SaveCompressed(fs);
164
165
- Log.Info($"Built code to file '{Path.GetFullPath("658B97B57E427478")}'");
+ Log.Info($"Built code to file '{Path.GetFullPath("GAME.fcg")}'");
166
}
167
break;
168
default:
0 commit comments