Skip to content

Commit

Permalink
github pages from docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
porohkun committed Aug 12, 2018
1 parent 3f45d00 commit 553b1b3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WixSharpSetup/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ static void Main()
System.IO.File.Delete(file);
foreach (var file in SourceFiles.Where(f => f.HaveAction(SFAct.CopyToFtp)))
System.IO.File.Copy(file.FullPath, Path.Combine("Upload", file.Name));

foreach (var file in SourceFiles.Where(f => f.Name == "update-config.json"))
System.IO.File.Copy(file.FullPath, Path.Combine("../../../docs", file.Name));

}
catch (Exception e)
Expand Down
47 changes: 47 additions & 0 deletions docs/update-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"version": "1.2.16.37",
"files": [
{
"name": "TimeLogger.exe",
"url": "https://www.dropbox.com/s/sxqe8rpcnvjbamn/TimeLogger.exe?dl=1",
"path": "",
"action": "replace"
},
{
"name": "MimiJson.dll",
"url": "https://www.dropbox.com/s/agg8374moqjwq73/MimiJson.dll?dl=1",
"path": "",
"action": "replace"
},
{
"name": "System.Windows.Controls.Input.Toolkit.dll",
"url": "https://www.dropbox.com/s/pfk3b5bf4sqt6p0/System.Windows.Controls.Input.Toolkit.dll?dl=1",
"path": "",
"action": "replace"
},
{
"name": "System.Windows.Controls.Layout.Toolkit.dll",
"url": "https://www.dropbox.com/s/x0c0bbaj11s0mtf/System.Windows.Controls.Layout.Toolkit.dll?dl=1",
"path": "",
"action": "replace"
},
{
"name": "WpfControls.dll",
"url": "https://www.dropbox.com/s/7blixm6e0ql1xm1/WpfControls.dll?dl=1",
"path": "",
"action": "replace"
},
{
"name": "WPFToolkit.dll",
"url": "https://www.dropbox.com/s/jwobo0ykttk1lvg/WPFToolkit.dll?dl=1",
"path": "",
"action": "replace"
},
{
"name": "Installer.exe",
"url": "https://www.dropbox.com/s/ofgjwwn07komn2z/Installer.exe?dl=1",
"path": "",
"action": "misc"
}
]
}

0 comments on commit 553b1b3

Please sign in to comment.