Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ROOT_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
# Repositories
REPO=("https://github.com/InfinityGhost/OpenTabletDriver" "$(readlink -f "${ROOT_DIR}/src/OpenTabletDriver")")
SRC_DIR="${REPO[1]}"
SRC_DIR_CONFIGURATIONS="${SRC_DIR}/OpenTabletDriver/Configurations"
SRC_DIR_CONFIGURATIONS="${SRC_DIR}/OpenTabletDriver.Configurations/Configurations"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably remove it all together, we don't need the Configurations folder anymore, and will only be used in the future as a way to override in-assembly configurations. I'll update the issue as well to track removal of Configurations instead.

Can also just create an empty Configurations folder as an alternative.


print() {
printf "${ACCENT}$@${RESET}\n"
Expand Down