Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Point at organisation repo #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenTabletDriver
Source: https://github.com/InfinityGhost/OpenTabletDriver
Source: https://github.com/OpenTabletDriver/OpenTabletDriver

Files: *
Copyright: Copyright 2019-2020 InfinityGhost <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion MacOS/OpenTabletDriver.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleName</key>
<string>OpenTabletDriver</string>
<key>CFBundleIdentifier</key>
<string>com.infinityghost.opentabletdriver</string>
<string>net.opentabletdriver</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Windows/package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $root = $PSScriptRoot
$src = "$root/../src"

# Repositories
$otdRepo = @('https://github.com/InfinityGhost/OpenTabletDriver', "$src/OpenTabletDriver")
$otdRepo = @('https://github.com/OpenTabletDriver/OpenTabletDriver', "$src/OpenTabletDriver")
$repoRoot = $otdRepo[1]

function clone_repo($repo) {
Expand Down
2 changes: 1 addition & 1 deletion base
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ACCENT="\e[96m"
ROOT_DIR=$(realpath $(dirname ${BASH_SOURCE[0]}))

# Repositories
REPO=("https://github.com/InfinityGhost/OpenTabletDriver" "$(realpath "${ROOT_DIR}/src/OpenTabletDriver")")
REPO=("https://github.com/OpenTabletDriver/OpenTabletDriver" "$(realpath "${ROOT_DIR}/src/OpenTabletDriver")")
SRC_DIR="${REPO[1]}"
SRC_DIR_CONFIGURATIONS="${SRC_DIR}/OpenTabletDriver.Configurations/Configurations"

Expand Down