Fix paths
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 30s

This commit is contained in:
ferreo 2024-10-29 15:56:51 +00:00
parent 24250e267b
commit 5206d365de
4 changed files with 12 additions and 2 deletions

View File

@ -1 +1 @@
1
2

View File

@ -2,7 +2,7 @@
set -e
VERSION="2.0.0"
VERSION="2.0.1"
source ./pika-build-config.sh

View File

@ -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

View File

@ -0,0 +1,3 @@
#! /bin/bash
set -e
/usr/bin/Hyprland "$@"