mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-07-05 13:16:01 +08:00
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
# this file is used to auto-update .ts file.
|
|
|
|
cd $(dirname $0)
|
|
|
|
lupdate ./spark-webapp-runtime/spark-webapp-runtime.pro -no-obsolete
|