makerplane / pyEfis

Electronic Flight Information System in Python
GNU General Public License v2.0
55 stars 31 forks source link

Updated file copy process #191

Closed e100 closed 1 month ago

e100 commented 1 month ago

When copying default configs into ~/makerplane folder we set a specific timestamp on the file. If a user modified a file, the timestamp would be changed. Later if pyefis is updated we can overwrite files that users have not modified if this new version contains an updated file

Also changed pkg_resources to importlib since pkg_resources is depreciated