mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update ref and timestamp
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user