Skip to content

lethosor/df-fileutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DF file utilities

Included tools:

  • df-savecheck: DF save file validator
  • df-saveversion: prints the last version of DF where a file was saved from

Download

  • Source code
  • Binaries (this is the "releases" tab if you are at the GitHub repository from the link above)

Building

Uses goxc

  • Compile:

    • For current platform: go install ./...
    • For all platforms: goxc compile
  • Make release packages: goxc package

  • Bump version:

    • goxc bump for patches
    • goxc bump -dot=1 for minor releases
    • goxc bump -dot=0 for major releases