Skip to content

Commit

Permalink
🚑 god damn it
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakase committed Jul 19, 2020
1 parent 5b436c9 commit fba9df6
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/MeadowLandMaker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeadowLandLauncher", "MeadowLandLauncher\MeadowLandLauncher.csproj", "{1C00D0B9-1A56-42CF-9037-EC1CBE035A18}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeadowLandMaker", "MeadowLandMaker\MeadowLandMaker.csproj", "{1C00D0B9-1A56-42CF-9037-EC1CBE035A18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void generateButton_Click(object sender, EventArgs e) {
return;
}

var mllappdata = "%appdata%\\MeadowLandLauncher";
var mllappdata = "%appdata%\\MeadowLandMaker";
var packzippath = $"\\{PackNameBox.Text}.zip";
mllappdata = Environment.ExpandEnvironmentVariables(mllappdata);
var finalpath = mllappdata + packzippath;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static class Program {
/// </summary>
[STAThread]
static void Main() {
var mllappdata = "%appdata%\\MeadowLandLauncher";
var mllappdata = "%appdata%\\MeadowLandMaker";
mllappdata = Environment.ExpandEnvironmentVariables(mllappdata);

if(!Directory.Exists(mllappdata))
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fba9df6

Please sign in to comment.