File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Source/ModuleManager/Properties Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32
43// Information about this assembly is defined by the following attributes.
54// Change them to the values specific to your project.
2726//[assembly: AssemblyDelaySign(false)]
2827//[assembly: AssemblyKeyFile("")]
2928
30- [ assembly: KSPAssemblyDependency ( "KSPe" , 2 , 0 ) ]
29+ [ assembly: KSPAssemblyDependency ( "KSPe" , 2 , 1 ) ]
3130
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ source ./CONFIG.inc
55clean () {
66 local DLL=$1 .dll
77
8- find ./bin -name " $DLL " -delete
9- find ./obj -name " $DLL " -delete
108 rm -f " ./GameData/$TARGETBINDIR /$DLL "
119 rm -f " $LIB /$DLL "
1210 rm -f " ${KSP_DEV} /GameData/$TARGETBINDIR /$DLL "
1311}
1412
1513VERSIONFILE=$PACKAGE .version
1614
15+ rm -fR " ./bin"
16+ rm -fR " ./obj"
1717rm -f " ./GameData/$TARGETDIR /$VERSIONFILE "
1818rm -f " ./GameData/$TARGETDIR /CHANGE_LOG.md"
1919rm -f " ./GameData/$TARGETDIR /README.md"
You can’t perform that action at this time.
0 commit comments