Re: [Qbs] Access "bundle.content" tag files

2017-06-15 Thread Christian Kandeler
On Thu, 15 Jun 2017 11:04:31 +0200 Dorian Jicquel wrote: > Before the update i used inputs.bundle[index] ( with "bundle" tag input > ) to access every file from the tag but now i can't use > inputs.bundle.content[index] ( "bundle.content" tag ? ) since i think >

[Qbs] Access "bundle.content" tag files

2017-06-15 Thread Dorian Jicquel
Hi, Since the last release ( 1.8.0 ), i can't access files from "bundle.content" tag within a /JavaScriptCommand /in a /Rule./ / / Before the update i used inputs.bundle[index] ( with "bundle" tag input ) to access every file from the tag but now i can't use inputs.bundle.content[index]

Re: [Qbs] Access "bundle.content" tag files

2017-06-15 Thread Jake Petroules
Also note that the old "bundle" tag was only assigned to the bundle *directory*, whereas bundle.content is assigned to all of the files which constitute the bundle (which is what you want). > On Jun 15, 2017, at 2:46 AM, Christian Kandeler > wrote: > > On Thu, 15