Commit Graph

387 Commits

Author SHA1 Message Date
e630b5a898 feat: update packages 2024-10-22 21:03:55 +02:00
e8fbc95e3e Merge branch 'feat-nix-packaging' of github.com:winapps-org/winapps into feat-nix-packaging 2024-10-22 20:50:45 +02:00
9d455ba753 feat: flake-compat 2024-10-22 20:49:32 +02:00
e8dc55a83a fix: typo 2024-10-05 09:55:56 +02:00
d248abcc64 Merge pull request #281 from CHN-beta/feat-nix-packaging
use netcat instead of netcat-gnu
2024-10-05 09:54:52 +02:00
chn
64478a87a4 use netcat instead of netcat-gnu 2024-10-05 14:08:39 +08:00
509a782a4a Merge branch 'main' into feat-nix-packaging 2024-09-14 17:50:30 +02:00
45bb5e24f2 Merge branch 'main' of github.com:winapps-org/winapps 2024-09-14 17:46:19 +02:00
cccdf03863 Merge pull request #240 from winapps-org/add-contribution-guidelines
Resolve licensing issues
2024-09-14 17:46:03 +02:00
41a1450bd0 Merge pull request #240 from winapps-org/add-contribution-guidelines
Resolve licensing issues
2024-09-14 17:42:24 +02:00
ad8b1cfc8e Update CODE_OF_CONDUCT.md 2024-09-12 10:00:08 +02:00
d49b60cbc5 Merge pull request #250 from itiligent/main
switch managment of /sound /microphone & /cert:tofu to the winapps config file
2024-09-10 17:39:11 +02:00
0775e16562 enable sound & tofu to config file
also harmonised default RDP options to :
                +dynamic-resolution \
                +auto-reconnect \
                +home-drive \
                +clipboard \
                -wallpaper \
2024-09-10 23:21:39 +10:00
7f3cdcee4d fix: fix malformed patch 2024-09-09 17:50:55 +02:00
60b3e809fb Merge remote-tracking branch 'origin/main' into feat-nix-packaging 2024-09-09 17:22:48 +02:00
2d06aa2e89 Merge remote-tracking branch 'origin/main' into add-contribution-guidelines 2024-09-09 17:17:08 +02:00
b044cb41c7 fix: properly name patches & remove nixfmt pre-commit hook since it requires GHC & hackage 2024-09-09 16:13:15 +02:00
07817afe0c Merge pull request #248 from queler/win7
Support old windows versions
2024-09-09 15:49:32 +02:00
f540241f07 Merge pull request #247 from queler/oldapps
Added some old apps.
2024-09-09 15:49:10 +02:00
28e958e600 feat: use patches 2024-09-09 11:09:42 +02:00
7d5cce374c feat: use nixfmt 2024-09-09 10:31:41 +02:00
451e7e65a3 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-09-09 03:33:09 +00:00
9223ffc8ed Added some old apps.
Added acrobat 9 and Word and Excel 2010.
Acrobat in particular did not work with autodetect.
2024-09-08 23:27:20 -04:00
e6d04bf8e0 Support old windows versions
Added a test to not error out when the Appx cmdlets are not available (like in
the windows 7 box i am using). I had some install issues with creating the
bin links so I added "-f".
2024-09-08 23:19:32 -04:00
3d674066c7 feat: relicense to AGPLv3 2024-09-08 12:30:28 +02:00
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