homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
301 stars 28 forks source link

correct repo for filewave importer and input source path #104

Closed cv-rao closed 8 years ago

cv-rao commented 8 years ago

for filewave recipes, should the filewave importer processor not be:

Processor
        <string>com.github.autopkg.filewave.FWTool/FileWaveImporter</string>

also should the path for import source not be:

            <key>fw_import_source</key>
            <string>%RECIPE_CACHE_DIR%/%NAME%/Applications/%NAME%.app</string>

i had to make the above corrections to successfully run the filewave recipes generated by rr.

thank you btw for a great utility!

erikng commented 8 years ago

waves to CV

Nice to see you on github.

On Jun 9, 2016, at 11:10 AM, CV Rao notifications@github.com wrote:

for filewave recipes, should the filewave importer processor not be: Processor com.github.autopkg.filewave.FWTool/FileWaveImporter

also should the path for import source not be:

        <key>fw_import_source</key>
        <string>%RECIPE_CACHE_DIR%/%NAME%/Applications/%NAME%.app</string>

i had to make the above corrections to successfully run the filewave recipes generated by rr.

thank you btw for a great utility!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

homebysix commented 8 years ago

Thanks! Queued up for 1.0.3.