File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
AdvatekManager_1.0-0_armhf Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2828build /
2929
3030# Executables
31- advatek_assistor
31+ AdvatekManager
32+ * .deb
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Architecture: armhf
44Depends: libglfw3-dev
55Maintainer: Bruno Hefst <bruno0eness.com>
66Description: Advatek Manager for Linux variants.
7- A version of the Advatek Assistant software that is able to run on ARM/Debian varients, aka Raspberry.
7+ A version of the Advatek Assistant software that is able to run on a Raspberry Pi .
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Architecture: amd64
44Depends: libglfw3-dev
55Maintainer: Bruno Hefst <bruno0eness.com>
66Description: Advatek Manager for Linux variants.
7- A version of the Advatek Assistant software that is able to run on ARM/ Debian varients, aka Raspberry.
7+ A version of the Advatek Assistant software that is able to run on Linux Debian varients
File renamed without changes.
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
22# set the project name
3- project (advatek_assistor )
3+ project (AdvatekManager )
44
55set (BOOST_ROOT "${PROJECT_SOURCE_DIR} /External/boost" )
66set (Boost_INCLUDE_DIR "${PROJECT_SOURCE_DIR} /External/boost" )
@@ -14,7 +14,7 @@ set(PFD_ROOT "${PROJECT_SOURCE_DIR}/External/portable-file-dialogs")
1414
1515set (LIBADV_ROOT "${PROJECT_SOURCE_DIR} /External/libAdvatek" )
1616
17- add_executable (advatek_assistor main.cpp
17+ add_executable (AdvatekManager main.cpp
1818 gui_elements.cpp
1919 ${IMGUI_ROOT} /imgui.cpp
2020 ${IMGUI_ROOT} /imgui_draw.cpp
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Advatek Manager is an [Advatek Assistent](https://www.advateklights.com/download
4141
4242## Creating Debian/Ubuntu .deb package
4343
44- Copy appplication file to ` advatek_assistor_ <major version>.<minor version>-<package revision>_<architecture>/usr/local/bin`
44+ Copy appplication file to ` AdvatekManager_ <major version>.<minor version>-<package revision>_<architecture>/usr/local/bin`
4545
4646 dpkg-deb --build advatek_assistor_<major version>.<minor version>-<package revision>_<architecture>
4747
You can’t perform that action at this time.
0 commit comments