Skip to content

Commit

Permalink
Update package build
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBruno committed Jun 20, 2022
1 parent ef92473 commit 7b91ab9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ ipch
build/

#Executables
advatek_assistor
AdvatekManager
*.deb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Architecture: armhf
Depends: libglfw3-dev
Maintainer: Bruno Hefst <bruno0eness.com>
Description: Advatek Manager for Linux variants.
A version of the Advatek Assistant software that is able to run on ARM/Debian varients, aka Raspberry.
A version of the Advatek Assistant software that is able to run on a Raspberry Pi.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Architecture: amd64
Depends: libglfw3-dev
Maintainer: Bruno Hefst <bruno0eness.com>
Description: Advatek Manager for Linux variants.
A version of the Advatek Assistant software that is able to run on ARM/Debian varients, aka Raspberry.
A version of the Advatek Assistant software that is able to run on Linux Debian varients
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
# set the project name
project(advatek_assistor)
project(AdvatekManager)

set(BOOST_ROOT "${PROJECT_SOURCE_DIR}/External/boost")
set(Boost_INCLUDE_DIR "${PROJECT_SOURCE_DIR}/External/boost")
Expand All @@ -14,7 +14,7 @@ set(PFD_ROOT "${PROJECT_SOURCE_DIR}/External/portable-file-dialogs")

set(LIBADV_ROOT "${PROJECT_SOURCE_DIR}/External/libAdvatek")

add_executable(advatek_assistor main.cpp
add_executable(AdvatekManager main.cpp
gui_elements.cpp
${IMGUI_ROOT}/imgui.cpp
${IMGUI_ROOT}/imgui_draw.cpp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Advatek Manager is an [Advatek Assistent](https://www.advateklights.com/download

## Creating Debian/Ubuntu .deb package

Copy appplication file to `advatek_assistor_<major version>.<minor version>-<package revision>_<architecture>/usr/local/bin`
Copy appplication file to `AdvatekManager_<major version>.<minor version>-<package revision>_<architecture>/usr/local/bin`

dpkg-deb --build advatek_assistor_<major version>.<minor version>-<package revision>_<architecture>

0 comments on commit 7b91ab9

Please sign in to comment.