Re: Packing a C# project.
"Neil Munro" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
Opps, seems I did not do everything, see, where you would call myDataFolder, I made calls to Path.Combine( BinReloc.DataDir, "file" ) My way is just a longer way of doing the same thing though, right? 2008/6/4 Jan Niklas Hasse <[email protected]>: > On Wed, Jun 4, 2008 at 9:47 PM, Isak Savo <[email protected]> wrote: > > I kept the C# version of binreloc compatible with the c/c++ version. > > Thus, datadir returns $prefix/share. > > Okay, I think you need to adjust > http://trac.autopackage.org/browser/binreloc/trunk/mono/Readme.txt > then: > > 10 and your data is in > 11 /usr/share/yourprogram/ > 12 you would, with binreloc, do: > 13 string myDataFolder = Autopackage.BinReloc.DataDir; > > --------------------------------------------------------------------- > To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] > For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected] > >