mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-01 08:26:39 +02:00
Compare commits
2 Commits
dd9a85aae1
...
feat-remov
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7188ed4072 | ||
![]() |
9a0e9ee58e |
37
.github/workflows/update-submodule.yaml
vendored
37
.github/workflows/update-submodule.yaml
vendored
@@ -1,37 +0,0 @@
|
|||||||
name: Update submodules
|
|
||||||
on:
|
|
||||||
repository_dispatch:
|
|
||||||
types: update
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Update module
|
|
||||||
run: |
|
|
||||||
pushd WinApps-Launcher
|
|
||||||
branch=$(git rev-parse --abbrev-ref origin/HEAD | sed "s|origin/||")
|
|
||||||
git config remote.origin.fetch "+refs/heads/$branch:refs/remotes/origin/$branch"
|
|
||||||
git fetch --depth=1 origin "refs/heads/$branch"
|
|
||||||
popd
|
|
||||||
|
|
||||||
git submodule update --init --remote WinApps-Launcher
|
|
||||||
|
|
||||||
- name: Commit and push
|
|
||||||
uses: EndBug/add-and-commit@v9
|
|
||||||
with:
|
|
||||||
add: WinApps-Launcher
|
|
||||||
default_author: github_actions
|
|
||||||
message: "Update submodules"
|
|
||||||
push: false
|
|
||||||
|
|
||||||
- name: Create PR
|
|
||||||
uses: peter-evans/create-pull-request@v7
|
|
||||||
with:
|
|
||||||
branch: chore/update_submodules
|
|
||||||
delete-branch: true
|
|
||||||
title: "Update submodules"
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "WinApps-Launcher"]
|
|
||||||
path = WinApps-Launcher
|
|
||||||
url = https://github.com/winapps-org/WinApps-Launcher.git
|
|
@@ -579,6 +579,11 @@ The installer can be run multiple times. To update your installation of WinApps:
|
|||||||
2. Pull the latest changes from the WinApps GitHub repository.
|
2. Pull the latest changes from the WinApps GitHub repository.
|
||||||
3. Re-install WinApps using the WinApps installer by running `winapps-setup`.
|
3. Re-install WinApps using the WinApps installer by running `winapps-setup`.
|
||||||
|
|
||||||
|
## WinApps Launcher (Optional)
|
||||||
|
The [WinApps Launcher](https://github.com/winapps-org/winapps-launcher) provides a simple system tray menu that makes it easy to launch your installed Windows applications, open a full desktop RDP session, and control your Windows VM or container. You can start, stop, pause, reboot or hibernate Windows, as well as access your installed applications from a convenient list. This lightweight, optional tool helps streamline your overall WinApps experience.
|
||||||
|
|
||||||
|
<img src="./demo/launcher.gif" width=1000 alt="WinApps Launcher Animation.">
|
||||||
|
|
||||||
## Installation using Nix
|
## Installation using Nix
|
||||||
|
|
||||||
First, follow Step 1 of the normal installation guide to create your VM.
|
First, follow Step 1 of the normal installation guide to create your VM.
|
||||||
|
Submodule WinApps-Launcher deleted from 9b3f6c5817
BIN
demo/launcher.gif
Normal file
BIN
demo/launcher.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 MiB |
@@ -11,12 +11,12 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
rev = "e2e9fd9b7b66bd1432c2a7186017da5c281d5b9e";
|
rev = "2b2f4cea698096829fbd1c3c15970034a6f53261";
|
||||||
hash = "sha256-N6ArgdiJyhWNALqpRxLR6RDDMsiqEf2RxWLQ2z7T23Y=";
|
hash = "sha256-km8q3IL5sETbFsscNy4dDxYTytuKPJQJY81p7tSk63A=";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "winapps";
|
pname = "winapps";
|
||||||
version = "0-unstable-2025-06-10";
|
version = "0-unstable-2025-06-05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "winapps-org";
|
owner = "winapps-org";
|
||||||
|
Reference in New Issue
Block a user