Skip to content

Commit

Permalink
Adapt to Configuration.hs move a while back
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 7, 2022
1 parent 46c5e63 commit cede864
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ app/dist-newstyle
app/result*
hls
oryx
screenshots
th/dist-newstyle
th/.stack-work
th/.vscode
Expand Down
2 changes: 1 addition & 1 deletion scripts/change-config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Changes the value returned by app/client/Configuration.hs
# Changes the value returned by app/shared/Configuration.hs
#
# This script expects one argument: what to put after "get = " in the
# last line of Configuration.hs
Expand Down
2 changes: 1 addition & 1 deletion scripts/itch-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
rm -Rf "$TMP_PATH" # Erase previous run if any

function restore_config() {
git checkout "app/client/Configuration.hs"
git checkout "app/shared/Configuration.hs"
}

# Compile
Expand Down

0 comments on commit cede864

Please sign in to comment.