Skip to content

Commit

Permalink
Made the package template a little more correct.
Browse files Browse the repository at this point in the history
- First of all, make sure that the exe file is named wiggly, because
  that is what the rsc files contain, and therefore what the menu
  will try to launch.
- Second, make sure that s60main.rsc is included as a resource since
  GUI applications will not run without it.
  • Loading branch information
axis committed Jan 26, 2010
1 parent fa81d43 commit e3777a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/pkg_template.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
[0x1028315F],0,0,0,{"S60ProductID"}

; Executable and default resource files
"MyApp.exe" - "!:\sys\bin\MyApp.exe"
"wiggly.exe" - "!:\sys\bin\wiggly.exe"
"QtCore.dll" - "!:\sys\bin\QtCore.dll"
"QtGui.dll" - "!:\sys\bin\QtGui.dll"
; Currently you need to get this from a Windows build, but there are some
; precompiled ones in this directory for testing.
"../src/gui/.rcc/debug-shared/s60main.rsc" - "!:\resource\apps\s60main.rsc"
"wiggly.rsc" - "!:\resource\apps\wiggly.rsc"
"wiggly_reg.rsc" - "!:\private\10003a3f\import\apps\wiggly_reg.rsc"

0 comments on commit e3777a6

Please sign in to comment.