- Copy your binary, symbols, map into %_FLATRELEASEDIR%
- Find out what package your file is in
- Cd %_FLATRELEASEDIR%
- "findstr /i [your filename] *.bsm.xml" Ex: findstr /i nk.exe *.bsm.xml
- This should return a package's xml file, for example oemxipkernel.bsm.xml. This tells you that it's in the OS package.
- Find the prebuilt package and delete it
- cd prebuilt
- del oemxipkernel.cab.pkg
- Makeimg
2 則留言:
不太懂?為甚麼把prebuild裡面的東西殺掉就可以了?
是因為prebuild裡面是舊的檔案嗎?
如果有殘留prebuild的binary,就會被直接複製到release裡,而沒有先去build,應該是build的過程的問題才會這樣。
張貼留言