Commit graph

27 commits

Author SHA1 Message Date
Ioannis G
ca20370e84
remove the hello-world plugins (#96) 2020-07-01 13:40:37 +03:00
Jeremy Wu
9ad3539f9d update readme and authors 2020-06-20 15:07:41 +10:00
Ioannis G
8f99d632cb
update how theme files are copied to output folder
Moved the copying of themes from the build script to the project file.
The recursive copy-item call in the post-build script was causing the
2 files inside `Themes/ThemeBuilder` to also be copied, which resulted
in the `Tempalte.xaml` being loaded at runtime as a theme.

Closes #38
2020-06-02 17:43:11 +03:00
Jeremy Wu
f98eee6058 Fix nuget commandline reference 2020-05-21 13:31:24 +10:00
Ioannis G
595d8d33c4
update package properties 2020-05-13 01:33:36 +03:00
Ioannis G
5ed5d52733
post-build script: remove leftover comment
also convert indentation to spaces
2020-05-11 19:49:39 +03:00
Ioannis G
76e71368ad
appveyor: update versioning 2020-05-09 00:19:17 +03:00
Ioannis G
12bcb6bb89
appveyor: updating naming of artifacts 2020-05-09 00:15:54 +03:00
Ioannis G
9737d2fc70
delete nuspec file for the plugin project
no longer needed
2020-05-04 15:14:47 +03:00
Ioannis G
f57fdfbc50
appveyor: update path to Plugin artifacts
and remove the pack step from the post-build script (no longer needed)
2020-05-04 14:42:36 +03:00
Ioannis G
fed56d26ad
update the post build script
* use dotnet pack for the plugin project
* refactor Zip-Release and Pack-Squirrel-Installer functions
* remove reference to NuGet.CommandLine - no longer needed
2020-05-04 12:47:59 +03:00
Jeremy Wu
a60b840837 Update- remove dot. Directory name will be FlowLauncher
when nuget pack ignores the dot so instead of getting Flow.Launcher as parent directory name we get Flow
2020-04-24 12:15:23 +10:00
Jeremy Wu
51ab1e6586 Rename post build script 2020-04-23 22:32:06 +10:00
Jeremy Wu
c7fd64aff0 Rename url and file name 2020-04-23 22:29:32 +10:00
Jeremy Wu
9f1377619d Update description strings 2020-04-22 20:26:09 +10:00
Jeremy Wu
28d67c8c81 Rename further code and text 2020-04-21 22:54:41 +10:00
Jeremy Wu
1b795309d5 Rename code & text 2020-04-21 19:12:17 +10:00
Jeremy Wu
9c65b84345 Fix error occurred when publishing self contained .Net Core Wox
Error occurs during nuget pack, complaining about some of the core dlls have incorrect timestamp
2020-04-10 21:39:50 +10:00
Jeremy Wu
530d2c0962 Change ppy.squirrel.windows back to squirrel.windows 1.5.2:
- ppy.squirrel is not fully .net core upgraded, so it is still showing restored using .net framework
- does not contain .net core runtime installer which is now required by Wox
- UpdateManager.RestartApp method is throwing an OSU application specific error which Wox is unable to resolve.
- Squirrel.Windows 1.5.2 still works and functionalities required by Wox are compatible. Tested RestartApp method, tested enable/disable protable mode methods and tested updating Wox to the latest version.
2020-04-08 18:53:34 +10:00
Jeremy Wu
2eb4d55ab9 update post build script to use ppy.squirrel + latest nuget cmdline 2020-04-03 19:22:26 +11:00
Jeremy Wu
26e93869a9 Merge branch 'master' up to commit f325674 2020-04-01 22:20:33 +11:00
Jeremy Wu
d80934c235
Update post_build script's packages reference path (#173)
* Update post_build script's packages reference path

* Change to static version

* remove inappropriate word
2020-03-27 11:13:22 +03:00
bao-qian
b16abfba9c Remove more duplicated dll 2017-03-30 18:52:49 +01:00
bao-qian
6945eb548f Add default config 2017-03-14 20:28:05 +00:00
bao-qian
1c90b09e2d Make the name same as post build event in vs 2017-03-14 02:14:20 +00:00
bao-qian
f79a493083 Merge appveor build script and visual studio build script into one 2017-03-14 02:12:33 +00:00
bao-qian
d8032836bf Rewrite appveyor build script 2017-03-14 00:45:41 +00:00