GithubHelp home page GithubHelp logo

Comments (6)

pbouffard avatar pbouffard commented on May 26, 2024

Presumably what I'm seeing is just another manifestation of the above but FWIW I get:

"“Paddle Battle” is damaged and can’t be opened. You should move it to the Trash."

from paddlebattle.jl.

NHDaly avatar NHDaly commented on May 26, 2024

Eep! Thanks both of you. Hmmmmm I can't figure out what i did differently for the first release, but I can confirm it's not signed correctly...

It's annoying: it downloaded and opened no-problem for me, even though it wasn't signed correctly! I didn't run the command-line tool to double-check because it worked through the finder, but now I know better! D:

I'm looking into this now though. Thanks!

from paddlebattle.jl.

NHDaly avatar NHDaly commented on May 26, 2024

Okay! Fixed! :) Please try the latest release, if you could? :)
https://github.com/NHDaly/PaddleBattleJL/releases/tag/v1.0.3

It turned out there were two problems with my release.sh script I was using. Unfortunately, I hadn't committed it before i fixed the problem so i can't point at a diff to show you. But basically, there were two problems that resulted from me trying to automate the release process:

  1. I wasn't deleting the .app on the .dmg before copying my new .app onto it. So this meant that any files I've deleted in the app weren't getting deleted in the released version (meaning there was an extra file in the app that wasn't signed). So I fixed that here:
    f2c3379#diff-e55bb7573f1110c8b2a6922fe8cccf48R9

  2. Apparently even then, when I was using cp -r to copy the finished, signed app on the .dmg, it was breaking the signature, because it was "modifying" the signed files (and, i guess, changing their hash). So I had to switch cp to CpMac, which is the Finder-equivalent copy and it somehow preserves the files completely (I assume by preserving their modified timestamp?):
    7d40de0

Thanks again for pointing this out!! :) Sorry it took me so long to respond, Jonathan!

from paddlebattle.jl.

pbouffard avatar pbouffard commented on May 26, 2024

v1.0.3 works! And is pretty great, thank you! Let the Julia indie games revolution begin ;-)

from paddlebattle.jl.

NHDaly avatar NHDaly commented on May 26, 2024

Let the Julia indie games revolution begin ;-)

Hahaha 😈

from paddlebattle.jl.

NHDaly avatar NHDaly commented on May 26, 2024

And thanks for checking it out!! XD

from paddlebattle.jl.

Related Issues (3)

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.