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

Commit 8d3acf3

Browse files
author
Samuel Sebastian Schulze
committed
Bugfix
- Image folder will now work
1 parent 82db43e commit 8d3acf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version=$(cat version.txt)
66

77
# move files to deb building folder
8-
mkdir -p deb/usr/lib/timesync/
8+
mkdir -p deb/usr/lib/timesync/images/
99
cp timesync.py deb/usr/lib/timesync/timesync
1010
cp languagesetup.py deb/usr/lib/timesync/
1111
cp images/icon.png deb/usr/lib/timesync/images/

0 commit comments

Comments
 (0)