mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-12 02:09:12 +08:00
3 lines
118 B
Bash
3 lines
118 B
Bash
|
#! /usr/bin/env bash
|
||
|
sed -i "s/$1/$2/g" res/*spec res/PKGBUILD flutter/pubspec.yaml Cargo.toml .github/workflows/*yml
|