Skip to content

Commit

Permalink
"output" folder -> "build"
Browse files Browse the repository at this point in the history
  • Loading branch information
marosiak committed Aug 16, 2024
1 parent fea4ea2 commit b7ebb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

APP_NAME="DeskNotifier"
OUTPUT_DIR="output"
OUTPUT_DIR="build"
SERVICE_FILE="/etc/systemd/system/$APP_NAME.service"

# Create output directory if it doesn't exist
Expand Down

0 comments on commit b7ebb82

Please sign in to comment.