Commit Graph

126 Commits

Author SHA1 Message Date
Baipyrus
f03357d429
bugfix: using forward slash in file path 2024-09-06 14:52:05 +02:00
Baipyrus
4f6016e373
Merge pull request #9 from Baipyrus/cicd-release-install
Adding All Installation Contents To Release
2024-09-06 12:54:25 +02:00
995776f8b5 better installation instructions in README.md 2024-09-06 12:52:39 +02:00
919b674d56 using -Force flag on Expand-Archive to use install as updater 2024-09-06 12:43:52 +02:00
e06b22622e specifying download path directly on Invoke-RestMethod 2024-09-06 12:41:37 +02:00
231a5101d7 bugfix: surround URL with quotes on Invoke-RestMethod 2024-09-06 12:36:05 +02:00
798e20b2c4 bugfix: recursively scan directories for releases 2024-09-06 12:24:26 +02:00
0a50fe598c copy icons only, create destination if not exists 2024-09-06 12:10:17 +02:00
f6d673773a flags array and adjusting release title 2024-09-06 11:49:49 +02:00
6a188e00c2 prerelease draft releases for testing 2024-09-06 11:41:27 +02:00
6526d861d2 copying files from existing release download 2024-09-06 11:32:02 +02:00
b297828c80 adjusting installation script to download and expand release archive 2024-09-06 11:19:18 +02:00
0f6b64c379 copying all required installation files into artifact 2024-09-06 11:19:14 +02:00
Baipyrus
1ad29b5ec6
Merge pull request #8 from Baipyrus/proxyswitcher-cli
Add ProxySwitcher As CLI Via PATH
2024-09-05 22:18:51 +02:00
ece139671d get, append and set to PATH for cli 2024-09-05 19:37:54 +02:00
Baipyrus
bb24d90592
bugfix: add a previously removed single quote in README 2024-09-03 13:49:23 +02:00
Baipyrus
c8bc0784b0
remove intentional newline in installation step, ignoring markdown_lint 2024-09-03 13:47:51 +02:00
Baipyrus
b640c4cb66
move build step in README outside of usage 2024-09-03 13:46:45 +02:00
Baipyrus
6a47c15e2b
remove unused info from bug_report issue template 2024-09-03 13:32:32 +02:00
Baipyrus
a111057a11
create bug and feature issue templates 2024-09-03 13:20:27 +02:00
0e474e9429 bugfix: create local programs directory 2024-09-02 16:43:26 +02:00
3fd3b44fdc intruduce debug command to output parsed config as commands 2024-09-02 11:21:10 +02:00
48746e7c44 bugfix: using executable instead of go runtime 2024-09-02 09:43:27 +02:00
5b7320e057 bugfix: allow PWSH for shortcut 2024-09-02 09:32:28 +02:00
47541d9405 initialize easy install script for application 2024-09-01 23:36:20 +02:00
4527f12972 test: specifying multiple files for release 2024-09-01 16:46:52 +02:00
de2bfbe621 test: specifying artifact download path 2024-09-01 16:20:09 +02:00
7bad3a40be test: re-merge workflows into 'publish' for download-artifact 2024-09-01 15:52:01 +02:00
1dc9c2f40b separate build and release steps 2024-09-01 15:36:17 +02:00
7b565f82f0 bugfix: set GH_TOKEN in environment variables 2024-09-01 15:21:05 +02:00
78f1be8a91 creating release including asset using github cli 2024-09-01 15:17:17 +02:00
805d2fc927 remove test for artifact upload 2024-09-01 15:16:37 +02:00
c898b41e8b bugfix: switching to windows-specfic asset_content_type for .exe 2024-09-01 15:02:19 +02:00
32e0d3c360 test: upload artifact as comparison 2024-09-01 14:57:02 +02:00
Baipyrus
8db311cb99
uploading build artifact on tag in releases 2024-09-01 14:43:10 +02:00
Baipyrus
da23ed7440
test: upload unnamed artifact 2024-09-01 13:58:43 +02:00
Baipyrus
aaf45bca3d
bugfix: simply specifying the build output 2024-09-01 13:53:50 +02:00
Baipyrus
2c421f4596
bugfix: specify output of go build command 2024-09-01 13:33:22 +02:00
Baipyrus
dca671a20b
bugfix: locating build artifcats 2024-09-01 13:26:11 +02:00
Baipyrus
dd8768eca3
bugfix: specify windows x64 for build workflow 2024-09-01 13:19:16 +02:00
Baipyrus
39ec2d034e
create build.yml workflow 2024-09-01 13:01:45 +02:00
0112146805 explicitly require golang sys package for registry 2024-09-01 12:48:31 +02:00
3ae6fef1e8 bugfix: replace placeholders in new README 2024-08-31 21:54:52 +02:00
1998f2c8ea provide README file to explain project 2024-08-31 21:52:09 +02:00
4b72f228d3 prompting for command variants in config 2024-08-31 21:13:46 +02:00
9d304b862c saving new config after prompting for data 2024-08-31 21:13:16 +02:00
4f44a2a11f cleaner return after nil error 2024-08-31 21:11:54 +02:00
c5ed0be5f2 better naming for VariantType struct 2024-08-31 21:11:27 +02:00
7c52c2d5d0 prepare prompting for config data 2024-08-31 21:10:34 +02:00
a1ff03de66 rename util.go to command.go 2024-08-31 19:37:00 +02:00