mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-01-12 06:18:28 +08:00
1b3d161f4d
支持 dpkg-buildpackage 打包 Log: 支持 dpkg-buildpackage 打包;整理项目目录结构
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
|