mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Changed nsi paths to be relative to the root folder.
This commit is contained in:
parent
b18645b880
commit
ad4292e9d0
2 changed files with 4 additions and 6 deletions
|
@ -206,7 +206,7 @@ public:
|
|||
void SetOfficialPieces()
|
||||
{
|
||||
if (mZipFiles[LC_ZIPFILE_OFFICIAL])
|
||||
mNumOfficialPieces = mPieces.size();
|
||||
mNumOfficialPieces = (int)mPieces.size();
|
||||
}
|
||||
|
||||
bool ReadMeshData(lcFile& File, const lcMatrix44& CurrentTransform, quint32 CurrentColorCode, bool InvertWinding, lcArray<lcLibraryTextureMap>& TextureStack, lcLibraryMeshData& MeshData, lcMeshDataType MeshDataType, bool Optimize, Project* CurrentProject, bool SearchProjectFolder);
|
||||
|
|
|
@ -57,11 +57,9 @@ Section "LeoCAD" SecLeoCAD
|
|||
SetOutPath "$INSTDIR"
|
||||
|
||||
File "LeoCAD.exe"
|
||||
;File "LeoCAD.hlp"
|
||||
;File "LeoCAD.cnt"
|
||||
File "..\..\docs\ReadMe.txt"
|
||||
File "..\..\library.bin"
|
||||
File "..\povray\povconsole32-sse2.exe"
|
||||
File "docs\ReadMe.txt"
|
||||
File "library.bin"
|
||||
File "tools\povray\povconsole32-sse2.exe"
|
||||
|
||||
;Register file extension
|
||||
WriteRegStr HKCR ".lcd" "" "LeoCAD.Project"
|
||||
|
|
Loading…
Reference in a new issue