mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-07-05 21:26:01 +08:00
7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
# this file is used to auto-generate .qm file from .ts file.
|
|
|
|
cd $(dirname $0)
|
|
|
|
lrelease ./spark-webapp-runtime/spark-webapp-runtime.pro
|