Commit graph

56 commits

Author SHA1 Message Date
Hongtao Zhang
01b4b27d82 revert dotnet pack 2025-03-16 16:48:35 -05:00
Hongtao Zhang
0017971b31 revert nuget_packages enviromental variables 2025-03-16 16:39:50 -05:00
Hongtao Zhang
9cd4e80a76 use nuget packages path and fix pwsh behavior 2025-03-16 16:26:14 -05:00
Ioannis G
4ddf037a6f
remove NuGet.CommandLine package
AppVeyor now has the nuget CLI pre-installed in the build image we use,
so we no longer need to manually install and alias it in our build script.
2023-05-26 17:04:55 +03:00
Hongtao Zhang
631ec074f2
update path 2022-12-30 21:38:39 -05:00
Hongtao Zhang
db354a23a5
Update to .Net 7 2022-12-30 19:12:11 -05:00
Jeremy Wu
c9b50bb90b
Bump NuGet CommandLine version (#1601) 2022-12-08 13:38:13 -06:00
dependabot[bot]
3bc5bcbda1
Bump NuGet.CommandLine from 5.4.0 to 5.7.2 (#1241) 2022-06-25 12:40:18 -05:00
Kevin Zhang
f9d608840d Upgrade to .net 6 2021-12-28 11:36:28 -06:00
Jeremy
8fbf755155 fix build failure
nuget pack 5.10.0 requires target platform version to be appended to nuspec
2021-08-25 09:03:20 +10:00
Jeremy Wu
bd33914abc change to fix major vesion ifor post_build script's nuget commandline 2021-08-20 07:53:18 +10:00
Jeremy
e6785dc919 standardise flow installer- remove version from exe installer 2021-07-28 21:24:16 +10:00
Jeremy Wu
cc09f33655 change portable release with out appending the version
makes it easier to link download
2021-07-24 19:10:07 +10:00
Jeremy Wu
6ed83aaa6c add portable release 2021-07-24 18:08:25 +10:00
Kevin Zhang
5442a066b8
Use UTF8 2021-06-28 12:16:59 +08:00
Kevin Zhang
4443200490
remove createdump.exe 2021-06-28 11:26:18 +08:00
Kevin Zhang
cc9c51d899
Use Regex instead of parsing JsonObject 2021-06-28 11:03:09 +08:00
Kevin Zhang
b729cb1c7d remove createdump.exe 2021-06-28 07:30:29 +10:00
弘韬 张
a37f1918ae Update all profile to dotnet 5 2021-02-12 03:17:13 +08:00
弘韬 张
ae94eb7fc0 Merge remote-tracking branch 'upstream/dev' into DotNet5Upgrade 2021-02-12 02:23:55 +08:00
张弘韬
12891a1888 change publish profile to Net5 one 2021-01-09 11:30:32 +08:00
张弘韬
62009ac3fb Merge remote-tracking branch 'upstream/dev' into DotNet5Upgrade
# Conflicts:
#	Flow.Launcher/Flow.Launcher.csproj
#	Plugins/Flow.Launcher.Plugin.Color/Flow.Launcher.Plugin.Color.csproj
#	Plugins/Flow.Launcher.Plugin.PluginManagement/Flow.Launcher.Plugin.PluginManagement.csproj
2021-01-09 11:01:38 +08:00
Ioannis G
ce2d5d247e
appveyor: remove zip of output from artifacts
plus some clean-up in post_build.ps1
2021-01-07 00:53:59 +02:00
Ioannis G
bc3dfd4a73
appveyor: publish self-contained 2021-01-07 00:53:54 +02:00
Jeremy Wu
041bf4e9c4 add condition to match name also 2021-01-02 12:10:06 +11:00
Jeremy Wu
29a382085f method name update 2021-01-02 00:09:02 +11:00
Jeremy Wu
6d66aa3f44 fix script to delete with condition dll version is same 2021-01-02 00:06:55 +11:00
Jeremy Wu
85584f40ee remove post build script target of JsonRPC folder copy 2020-12-29 22:41:21 +11:00
弘韬 张
1ddf83fc86 Update to DotNet5 2020-11-30 11:34:45 +08:00
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