mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 07:03:36 -04:00
makepackage: Remove mention of .p3d files from installer.nsi
This commit is contained in:
parent
1564435bbd
commit
7e8dfc58ce
@ -320,7 +320,6 @@ Section "Tools and utilities" SecTools
|
||||
|
||||
SetOutPath "$INSTDIR\bin"
|
||||
File /r /x deploy-stub.exe /x deploy-stubw.exe "${BUILT}\bin\*.exe"
|
||||
File /nonfatal /r "${BUILT}\bin\*.p3d"
|
||||
SetOutPath "$INSTDIR\NSIS"
|
||||
File /r /x CVS "${NSISDIR}\*"
|
||||
|
||||
@ -740,12 +739,6 @@ Section -post
|
||||
DetailPrint "Registering file type associations..."
|
||||
SetDetailsPrint listonly
|
||||
|
||||
; Even though we need the runtime to run these, we might as well tell
|
||||
; Windows what this kind of file is.
|
||||
WriteRegStr HKCU "Software\Classes\.p3d" "" "Panda3D applet"
|
||||
WriteRegStr HKCU "Software\Classes\.p3d" "Content Type" "application/x-panda3d"
|
||||
WriteRegStr HKCU "Software\Classes\.p3d" "PerceivedType" "application"
|
||||
|
||||
; Register various model files
|
||||
WriteRegStr HKCU "Software\Classes\.egg" "" "Panda3D.Model"
|
||||
WriteRegStr HKCU "Software\Classes\.egg" "Content Type" "application/x-egg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user