From b4ae206fbff5d908b35675fbb0949eea368a2061 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 17 Nov 2024 22:12:23 +0200 Subject: [PATCH] update flatpak readme.md --- flatpak/readme.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/flatpak/readme.md b/flatpak/readme.md index f67b23f..3948270 100644 --- a/flatpak/readme.md +++ b/flatpak/readme.md @@ -2,17 +2,8 @@ This directory contains the flatpak build files. -If you are on Linux and would like to install this application as a Flatpak image then -build the application with gradle: - -``` -# in parrent folder: -./gradlew jlinkZip -``` - -And execute: +If you are on Linux and would like to install this application as a Flatpak then execute ```shell -cd flatpak -./debug.sh +./build.sh ```