deploy res.
Some checks failed
Deploy / Build (push) Failing after 3m28s

This commit is contained in:
amass 2024-11-21 00:09:54 +08:00
parent 82d9d94313
commit 62a3e10218
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.SERVER_ROOT_PASSWORD }} password: ${{ secrets.SERVER_ROOT_PASSWORD }}
overwrite: true overwrite: true
strip_components: 6 strip_components: 6
source: /opt/Libraries/wt-4.11.1/share/Wt/resources/** source: /opt/Libraries/wt-4.11.1/share/Wt/resources/*
target: /root/Server/resources target: /root/Server/resources
- name: Copy app wt resources to server - name: Copy app wt resources to server
uses: appleboy/scp-action@v0.1.7 uses: appleboy/scp-action@v0.1.7

View File

@ -41,7 +41,7 @@ void Dialog::messageBox1() {
} }
void Dialog::messageBox2() { void Dialog::messageBox2() {
m_messageBox = std::make_unique<Wt::WMessageBox>("Question", "Are you getting comfortable ?", Wt::Icon::Question, m_messageBox = std::make_unique<Wt::WMessageBox>("Question", "Are you getting comfortable?", Wt::Icon::Question,
Wt::StandardButton::Yes | Wt::StandardButton::No | Wt::StandardButton::Yes | Wt::StandardButton::No |
Wt::StandardButton::Cancel); Wt::StandardButton::Cancel);