We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b9d5a commit ba7ff35Copy full SHA for ba7ff35
3 files changed
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "media"]
2
+ path = media
3
+ url = https://github.com/ActivityWatch/media.git
Makefile
@@ -1,5 +1,17 @@
build:
+ if [ -e "media/.git" ]; then \
+ echo "Submodule seems to already be initialized, continuing..."; \
4
+ else \
5
+ git submodule update --init --recursive; \
6
+ fi
7
+
8
npm run tauri build
9
10
dev:
11
12
13
14
15
16
17
npm run tauri dev
media
0 commit comments