mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-15 01:40:22 +08:00
whops
This commit is contained in:
parent
cbe2f25dcb
commit
4f5a96aec7
2
pack.rb
2
pack.rb
@ -26,7 +26,7 @@ end
|
|||||||
|
|
||||||
version = `git describe --abbrev=0 --tags`
|
version = `git describe --abbrev=0 --tags`
|
||||||
|
|
||||||
FileUtils.touch('Version ' + version)
|
FileUtils.touch('Version ' + version.chomp)
|
||||||
FileUtils.rm('config/.history')
|
FileUtils.rm('config/.history')
|
||||||
|
|
||||||
Dir.chdir('..')
|
Dir.chdir('..')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user