Fix paths
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 30s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 30s
This commit is contained in:
parent
24250e267b
commit
5206d365de
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
2
main.sh
2
main.sh
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="2.0.0"
|
||||
VERSION="2.0.1"
|
||||
|
||||
source ./pika-build-config.sh
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
pika-hyprland-session (2.0.1-101pika1) pika; urgency=low
|
||||
|
||||
* Fix paths
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
|
||||
|
||||
|
||||
pika-hyprland-session (2.0.0-101pika1) pika; urgency=low
|
||||
|
||||
* Port to PikaOS 4
|
||||
|
3
pika-hyprland-session/usr/bin/pika-hyprland
Executable file
3
pika-hyprland-session/usr/bin/pika-hyprland
Executable file
@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
/usr/bin/Hyprland "$@"
|
Loading…
Reference in New Issue
Block a user