We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 765f6e9 + 321cd73 commit 8d336c0Copy full SHA for 8d336c0
LibForge/ForgeTool/Program.cs
@@ -328,11 +328,11 @@ void WithIO(Action<Stream, Stream> action)
328
var rbvrPath = args[2];
329
var conFile = STFSPackage.OpenFile(Util.LocalFile(conPath));
330
var tempDir = Path.Combine(Path.GetTempPath(), "forgetool_tmp_build");
331
- Directory.CreateDirectory(tempDir);
332
var songs = PkgCreator.ConvertDLCPackage(conFile.RootDirectory.GetDirectory("songs"));
333
var entitlementNames = new List<string>();
334
foreach(DLCSong song in songs)
335
{
+ Directory.CreateDirectory(tempDir);
336
var shortname = song.SongData.Shortname;
337
var filePrefix = $"pc/songs_download/{shortname}/{shortname}";
338
var arks = new List<List<Tuple<string, IFile, int>>>();
0 commit comments