1e62aa976d
this should greatly reduce the complexity of the l10n code and build pipeline and eliminate the most common error seen in sentry logs (no translate function)
6 lines
No EOL
117 B
Bash
Executable file
6 lines
No EOL
117 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
npm run build
|
|
rm -rf src/main/assets
|
|
mkdir -p src/main/assets
|
|
cp -R ../../dist/* src/main/assets |