Made the path to the binaries absolute
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
;Header - standard sis file header including version number
|
;Header - standard sis file header including version number
|
||||||
;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number
|
;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number
|
||||||
; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package
|
; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package
|
||||||
; version of 7, 18, 203
|
; version of 7, 19, 703
|
||||||
#{"curl"}, (0xF0206442), 7, 18, <please_update_version>, TYPE=SA
|
#{"curl"}, (0xF0206442), 7, 19, <please_update_version>, TYPE=SA
|
||||||
|
|
||||||
; Vendor name
|
; Vendor name
|
||||||
%{"Standard libcurl package"}
|
%{"Standard libcurl package"}
|
||||||
@@ -23,4 +23,4 @@
|
|||||||
;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"}
|
;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"}
|
||||||
|
|
||||||
;Files - standard file specifications
|
;Files - standard file specifications
|
||||||
"epoc32\release\armv5\urel\curl.exe" - "$:\sys\bin\curl.exe"
|
"\epoc32\release\armv5\urel\curl.exe" - "$:\sys\bin\curl.exe"
|
||||||
|
@@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
;Header - standard sis file header including version number
|
;Header - standard sis file header including version number
|
||||||
;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number
|
;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number
|
||||||
; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package
|
; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package
|
||||||
; version of 7, 18, 203
|
; version of 7, 19, 703
|
||||||
#{"libcurl"}, (0xF0206D00), 7, 18, <please_update_version>, TYPE=SA
|
#{"libcurl"}, (0xF0206D00), 7, 19, <please_update_version>, TYPE=SA
|
||||||
|
|
||||||
; Vendor name
|
; Vendor name
|
||||||
%{"Standard curl package"}
|
%{"Standard curl package"}
|
||||||
@@ -19,4 +19,4 @@
|
|||||||
;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"}
|
;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"}
|
||||||
|
|
||||||
;Files - standard file specifications
|
;Files - standard file specifications
|
||||||
"epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll"
|
"\epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll"
|
||||||
|
Reference in New Issue
Block a user