Compare commits

..

No commits in common. "edc608e98a840662efca825095ae9f44839448fe" and "5acf66ee03d7ef8c7731f0793e124bf85848402e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(lubuntu-installer-prompt VERSION 1.0.1 LANGUAGES CXX) project(lubuntu-installer-prompt VERSION 1.0.0 LANGUAGES CXX)
set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOMOC ON)

View File

@ -1,5 +1,5 @@
[Desktop Entry] [Desktop Entry]
Exec=/usr/bin/start-lubuntu-live-env Exec=/bin/start-lubuntu-live-env
Name=Lubuntu Live Environment Name=Lubuntu Live Environment
Comment=Starts the Lubuntu Live Environment Comment=Starts the Lubuntu Live Environment
Type=Application Type=Application