diff --git a/Window/SystemTemperatureStatusWindow.nuspec b/SystemTemperatureStatusWindow.nuspec
similarity index 100%
rename from Window/SystemTemperatureStatusWindow.nuspec
rename to SystemTemperatureStatusWindow.nuspec
diff --git a/SystemTemperatureStatusWindow.sln b/SystemTemperatureStatusWindow.sln
index 7a3d7ba..c7ad252 100644
--- a/SystemTemperatureStatusWindow.sln
+++ b/SystemTemperatureStatusWindow.sln
@@ -14,8 +14,10 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{DB32E0C0-3FEF-41DD-A898-016972B75CAF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
+ appveyor.yml = appveyor.yml
LICENSE.md = LICENSE.md
README.md = README.md
+ SystemTemperatureStatusWindow.nuspec = SystemTemperatureStatusWindow.nuspec
EndProjectSection
EndProject
Global
diff --git a/Window/SystemTemperatureStatusWindow.csproj b/Window/SystemTemperatureStatusWindow.csproj
index 0fd08bf..1ff4052 100644
--- a/Window/SystemTemperatureStatusWindow.csproj
+++ b/Window/SystemTemperatureStatusWindow.csproj
@@ -144,7 +144,6 @@
Resources.Designer.cs
Designer
-
SettingsSingleFileGenerator
@@ -164,7 +163,6 @@
Reference.svcmap
-
diff --git a/Window/appveyor.yml b/appveyor.yml
similarity index 90%
rename from Window/appveyor.yml
rename to appveyor.yml
index feb9b80..11a3d33 100644
--- a/Window/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,7 @@ after_build:
- ps: >-
nuget pack SystemTemperatureStatusWindow.nuspec -Version $env:APPVEYOR_BUILD_VERSION -Properties Configuration=Release -OutputDirectory bin\Release\
- $squirrel = "..\packages\squirrel.windows.*\tools\Squirrel.exe"
+ $squirrel = ".\packages\squirrel.windows.*\tools\Squirrel.exe"
.$squirrel -releasify ".\bin\$env:CONFIGURATION\SystemTemperatureStatusWindow.$env:APPVEYOR_BUILD_VERSION.nupkg" | Write-Output
artifacts: