Code Monkey home page Code Monkey logo

Comments (9)

sodero avatar sodero commented on June 27, 2024 1

Ok, now I know what's happening here.

In the first case (build/Installer "dist/InstallerLG installer"), the script is executed from the top dir (where the CHANGELOG is located). Due to this, the Installer binary cannot be found and the file operation fails silently, it simply ignores the error and continues. This "feature" is required by some scripts and it's how the CBM Installer and the MorphOS installer work. In the second case, the binary is found and then copy will fail due to the lock.

There's quite a few "features" like this one and you can turn most of them of with an (set @strict 1) at the top of the script (or anywhere really, you can enable sloppy mode again using (set @strict 0) if required).

I enabled strict mode in the installer script so now "build/Installer dist/InstallerLG installer" will fail like it should.

from installerlg.

polluks avatar polluks commented on June 27, 2024

ok, this fails
cd dist
Installer "/dist/InstallerLG installer"

from installerlg.

sodero avatar sodero commented on June 27, 2024

That's very strange. I need to look into that.

from installerlg.

polluks avatar polluks commented on June 27, 2024

version
Version 1.40 is MOSSYS:C/Installer!
BTW version C:foo is always version MOSSYS:C/foo.

from installerlg.

sodero avatar sodero commented on June 27, 2024

I'm not entirely sure where to install things. Is C: the right place?

from installerlg.

polluks avatar polluks commented on June 27, 2024

The behavior in this case is not easy to define. If it has no icon, it may go to C: but MorphOS also has SYS:Tools/Installer.info.

from installerlg.

polluks avatar polluks commented on June 27, 2024

@sodero I don't want to open an issue, what do you think about stripping the exe?

from installerlg.

sodero avatar sodero commented on June 27, 2024

I doesn't work on AROS, strip seems to break the exe, that's why it's not done in the Makefile. Perhaps dist/Makefile is a good place for this. An exception for AROS is needed.

from installerlg.

polluks avatar polluks commented on June 27, 2024

I see. Since MorphOS 3.10 there's better debug support in LogTool, so we may keep the symbols in alpha.

from installerlg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.