Bug #22700
Linux download archives contain MacOS files
Status:
Resolved
Severity:
Low
Assignee:
Category:
Spelling/Grammar/Localization
Target version:
Start date:
05/31/2019
% Done:
100%
Language:
English (US)
Mod Related:
No
Votes:
Description
The direct download archives from the KSP store contain unnecessary .DS_Store
files
$ find KSP/ -iname .ds_store KSP/GameData/.DS_Store KSP/GameData/SquadExpansion/MakingHistory/.DS_Store KSP/GameData/SquadExpansion/.DS_Store KSP/GameData/SquadExpansion/Serenity/.DS_Store
Those files are not required on Linux (and as far as I can tell, also not strictly required on MacOS). Just a heads up to let you know, and maybe include a simple
$ find KSP/ -iname .ds_store -exec rm \{\} \;
in that cleanup script from issue #5990 ;)
History
#1 Updated by ManeTI over 5 years ago
- Assignee set to ManeTI
#2 Updated by ManeTI over 5 years ago
- Status changed from New to Confirmed
- % Done changed from 0 to 10
#3 Updated by ManeTI over 5 years ago
- Status changed from Confirmed to Being Worked On
- % Done changed from 10 to 30
- Version changed from 1.7.1 to 1.7.2
#4 Updated by ManeTI over 4 years ago
- Status changed from Being Worked On to Ready to Test
- Target version set to 1.9.1
- % Done changed from 30 to 80
Files have been excluded from the .zip
#5 Updated by ManeTI almost 4 years ago
- Status changed from Ready to Test to Resolved
- % Done changed from 80 to 100