* deleted generated directory from file system
* Removed generated language files from source control
Files are now generated when building the app or by launching "Generate Language Files"
added /lib/generated/ to git .ignore
added a task to generate language files
call task from build script
* added pub get to workflow
- Removed duplicate BUILD_FLAG
flutter.toml
task copy-to-product-linux now copies desktop file and icon
- Added create-release-archive task
- Implemented create-release-archive-linux. Windows and Mac remain to be done.
Added appflowy.desktop.temp file.
1. doc\BUILD_ON_WINDOWS.md
- rustup.exe with parameter to install rust without prompt
2. frontend/scripts/makefile/protobuf.toml
- add a sub task to check if protoc is presented in PATH
1. doc\BUILD_ON_WINDOWS.md
2. frontend\scripts\makefile\env.toml
- break down install_targets task into 3 platform specific tasks
- only install necessary targets for specfic platform
1. doc\BUILD_ON_WINDOWS.md
- add command for building development version
2. .vscode\tasks.json
- Enable vscode to launch debug session on windows
3. frontend\scripts\makefile\env.toml
- Fix "Command : dart not found." on windows
4. frontend\Makefile.toml
- Change profile name "env.development-windows" to "env.development-desktop-windows-x86"