bymaximus / msfs2020-toolbar-window-template

Microsoft FlightSimulator 2020 Toolbar Extra Window Template
118 stars 39 forks source link

I run build.bat but no spb file was created... #25

Open GongShengyue opened 1 year ago

mseeds1 commented 1 year ago

I get .\build.bat

C:\Dev\msfs2020-toolbar-window-template>"C:\MSFS SDK\Tools\bin\fspackagetool.exe" "maximus-ingamepanels-custom\Build\maximus-ingamepanels-custom.xml" -nomirroring **Error: more than one XML project path given:

C:\Dev\msfs2020-toolbar-window-template>copy /Y "maximus-ingamepanels-custom\Build\Packages\maximus-ingamepanels-custom\Build\maximus-ingamepanels-custom.spb" "maximus-ingamepanels-custom\InGamePanels" The system cannot find the path specified.

BufordTX commented 1 year ago

Change build.bat to:

"%MSFS_SDK%Tools\bin\fspackagetool.exe" "maximus-ingamepanels-custom\Build\maximus-ingamepanels-custom.xml"
copy /Y "maximus-ingamepanels-custom\Build\Packages\maximus-ingamepanels-custom\Build\maximus-ingamepanels-custom.spb" "maximus-ingamepanels-custom\InGamePanels"
pause