Code Monkey home page Code Monkey logo

my-scratch3-offline-my_using's Introduction

Scratch3 非官方離線版

Step 1

git clone https://github.com/LLK/scratch-gui.git
cd scratch-gui
npm install
npm build
cd ..
git clone https://github.com/t301000/my-scratch3-offline.git
cd my-scratch3-offline
npm install

Step 2

複製 build 的結果到 app 目錄

npm run copy

Step 3

若要打包 win32 版,則須先安裝 wine

安裝 wine

sudo apt install -y wine

打包

# 打包 linux and win32
npm run package
# 打包 linux
npm run package:linux
# 打包 win32
npm run package:win32

linux 版在 scratch3-linux-x64 目錄

win32 版在 scratch3-win32-x64 目錄

Step 4

將打包產出的目錄以 7zip 壓縮

# 壓縮 linux and win32
npm run compress
# 壓縮 linux
npm run compress:linux
# 壓縮 win32
npm run compress:win32

其他

# 以 electron 開啟
npm start
# 清除 app and 打包產出的目錄
npm run clean

my-scratch3-offline-my_using's People

Contributors

t301000 avatar

Watchers

 avatar

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.