GithubHelp home page GithubHelp logo

Comments (2)

Codythedragonrude avatar Codythedragonrude commented on July 24, 2024

So that seems to break the chdman selection screen i may need to mess with some more sh script stuff then

from game-converter.

Codythedragonrude avatar Codythedragonrude commented on July 24, 2024

seems like this part might be the culprit # If chdman5 was selected, start creating chd elif [[ "$chdman_ver" == "$opt_chdman5" ]]; then (chdman5 createcd -i "$single_tochd_input" -o "$final_single_tochd_output"| zenity --progress --pulsate --auto-kill --width="400" --auto-close --title="Converting $single_tochd_input_basename_no_ext" --text="Creating: $single_tochd_input_basename_no_ext.chd") # Cancel conversion, and delete incomplete file if cancel is pressed. if [[ "$?" != 0 ]]; then rm "$final_single_tochd_output" pkill chdman5 fi fi

need to probably remove those two entries and point them to the proper path

i'm probably going to do a fully written guide about this then

from game-converter.

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.