Coder Social home page Coder Social logo

Comments (6)

tangshimin avatar tangshimin commented on August 26, 2024 1

#2#15 是一样的,macOS 只能使用命令行启动,windows 11 以管理员身份运行就不会报错了。
配置文件不要放到安装目录,如果升级软件版本,要先卸载已经安装的版本,配置文件会被删除。
可以把配置文件放到这里:

    val homeDir = File(System.getProperty("user.home"))
    val applicationDir = File(homeDir, ".animationGarden")
    if (!applicationDir.exists()) {
        applicationDir.mkdir()
    }

from ani.

Him188 avatar Him188 commented on August 26, 2024

试试 zip 包?

from ani.

JustOneSummer avatar JustOneSummer commented on August 26, 2024

试试 zip 包?

zip包没有问题,msi还是有问题的 我安装新版本怎么还路径不一样了
image

from ani.

Him188 avatar Him188 commented on August 26, 2024

改名字了因为

from ani.

Him188 avatar Him188 commented on August 26, 2024

计划做云同步数据的(主要是为了手机端和 PC 端同步), 打算到时候一起改

from ani.

Him188 avatar Him188 commented on August 26, 2024

#15 修复

from ani.

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.