update ref and timestamp

This commit is contained in:
Wengier
2020-08-27 18:52:23 -04:00
parent 8fc4bcaea0
commit ceaa1327d2
3 changed files with 38 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
src/dosbox-x -c 'config -all -wc dosbox-x.reference.conf' -c 'exit' || exit 1
src/dosbox-x -fastlaunch -defaultdir . -c 'config -all -wcp dosbox-x.reference.conf' -c 'exit' || exit 1
# FIXME: Adding ./ to the beginning of the path should revert to storing the config in the current working directory again.
mv -v ~/.config/dosbox-x/dosbox-x.reference.conf dosbox-x.reference.conf || exit 1
# Not really needed if command config -wcp [configfile] is used instead of config -wc [configfile]
# mv -v ~/.config/dosbox-x/dosbox-x.reference.conf dosbox-x.reference.conf || exit 1