Commit Graph

612 Commits

Author SHA1 Message Date
b0f2830224 feat: bump version 2024-09-08 12:27:36 +02:00
7bae17e3a3 Merge pull request #245 from gordoncheong/main
Fixing Uninstall Failure
2024-09-08 12:24:08 +02:00
f4c0a454b7 fix: properly escape ${} 2024-09-08 11:46:48 +02:00
b7b5b34b27 Merge branch 'main' into feat-nix-packaging 2024-09-08 11:42:44 +02:00
1613faba04 fix: rename source directory to winapps-src 2024-09-08 11:27:56 +02:00
58c66679ab Fixing Uninstallation Failure 2024-09-08 13:11:04 +08:00
99eeac4239 Merge branch 'add-contribution-guidelines' 2024-09-07 18:16:21 +02:00
3cb2e189c2 Reapply "Merge pull request #15 from winapps-org/add-contribution-guidelines"
This reverts commit 2dd0980cc9.
2024-09-07 18:16:13 +02:00
350f003d81 Merge pull request #232 from winapps-org/feat-install-script
Simplify installation process
2024-09-07 17:56:13 +02:00
26a2f13815 feat: bump version 2024-09-07 13:30:35 +02:00
4e3d5bd458 fix: catch error if exe has no version info 2024-09-07 13:28:43 +02:00
95daa5d837 fix: properly specify curl output 2024-09-07 13:23:37 +02:00
00141f1d54 fix: do not symlink binaries on nix 2024-09-07 13:05:09 +02:00
da35923df9 feat: package winapps & the winapps launcher using nix
doc: document installation using Nix

fix: explicitely specify path to inquirer

fix: libvirt group is called libvirtd on nix

fix: set libvirturl for winapps-launcher

fix: refine group change sed expr

feat: add desktop file

fix: do not use source derivation

fix: use install instead of cp

fix: ensure  exists
2024-09-07 10:49:40 +02:00
570badd78b feat: fix up authors and keep GPL 2024-09-05 18:21:23 +02:00
2dd0980cc9 Revert "Merge pull request #15 from winapps-org/add-contribution-guidelines"
This reverts commit d2601efeab, reversing
changes made to f01427a236.
2024-09-05 17:31:21 +02:00
d2601efeab Merge pull request #15 from winapps-org/add-contribution-guidelines
Relicense legacy to Unlicense
2024-09-05 10:14:05 +02:00
c0db3e4d3b Update lictool.yaml 2024-09-04 21:29:49 +02:00
a7c8d4acfe feat: run lictool seperately in CI 2024-09-04 17:00:15 +02:00
34e76f749b fix: hook crashes in ci 2024-09-04 16:56:11 +02:00
eaef31089c fix: clarify contribution guidelines 2024-09-04 16:52:28 +02:00
1d3e521144 feat: add license header to our files 2024-09-04 16:48:49 +02:00
6aaf7cf844 feat: add license information to files unchanged from old repo 2024-09-04 16:42:36 +02:00
0efbd5818c feat: use dual-licensed unlicense 2024-09-04 16:27:48 +02:00
20e0983a29 Merge branch 'main' into add-contribution-guidelines 2024-09-04 15:19:22 +02:00
f01427a236 Merge pull request #237 from C0rn3j/patch-1
README.md: Rename `KDE` shorthand to the correct `KDE Plasma`
2024-09-02 19:26:25 +10:00
df688076b5 Changed 'Plasma' to 'KDE Plasma' for clarity. 2024-09-02 19:24:10 +10:00
df56347660 Merge pull request #238 from KernelGhost/main
Various `libvirt` Documentation Improvements
2024-09-02 15:28:39 +10:00
3a0acff38f Revise Exec Path Check in ExtractPrograms.ps1 2024-09-02 12:15:02 +10:00
e224e233cc Implement Exec Path Check in ExtractPrograms.ps1 2024-09-02 12:09:44 +10:00
f2afc99339 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-02 00:52:15 +00:00
1c35e76f25 Added Static IP Address Configuration Instructions 2024-09-02 10:49:06 +10:00
08cd44f17b Added Fallback Shared Folder Configuration Instructions 2024-09-02 10:34:18 +10:00
a5ae665582 Clarified OOBE\BYPASSNRO Instructions 2024-09-02 10:15:15 +10:00
916c1e6bd8 Fixed #223 2024-09-02 10:00:59 +10:00
02b0f2856c README.md: Rename KDE Plasma shorthand to the correct Plasma 2024-09-02 00:29:29 +02:00
ace4075b84 fix: use proper and 2024-08-30 15:24:06 +02:00
7408fc103c [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-08-30 12:05:09 +00:00
81b8b13b33 fix: bad logic & remove inquirer if exists 2024-08-30 14:02:57 +02:00
4e0d582101 fix: load inquirer even if repo isn't cloned yet 2024-08-30 13:01:05 +02:00
95ba3209c9 fix: always clone repo since inquirer requires it 2024-08-29 12:29:31 +02:00
6ab6a45987 fix: use curl-bash format in vm docs 2024-08-28 16:14:47 +02:00
81fbf01147 fix: no need for curl 2024-08-28 16:12:31 +02:00
75c20ec26c feat: simplify installation process 2024-08-28 16:03:17 +02:00
796aeac892 feat: rename installer.sh to setup.sh 2024-08-28 12:14:46 +02:00
9417382ae7 Merge pull request #227 from gordoncheong/main
Add Installation Support for Visual Studio
2024-08-23 20:16:27 +02:00
694bff0ec2 Installation Support for Visual Studio 2024-08-23 20:59:44 +08:00
6381732b05 Merge pull request #208 from escapefreeg/main
optimize the logic for detecting the FreeRDP command
2024-08-22 10:01:17 +02:00
b6f6a93a87 Merge pull request #219 from RheaBarar/main
Improve sound and microphone sharing.
2024-08-19 21:55:33 +02:00
89eae4e398 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-08-19 07:37:01 +00:00