Skip to content

Commit 1b7b453

Browse files
committed
App: disable app usage stats
1 parent 65dd674 commit 1b7b453

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ jobs:
315315
- name: Upload To Github Release
316316
if: ${{ startsWith(github.ref, 'refs/tags/') }}
317317
run: |
318-
gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/* ${{github.workspace}}/update.json ${{github.workspace}}/Release.md ${{github.workspace}}/CheckSum.md ${{github.workspace}}/App/Client/Resource/Stats/*
318+
gh release upload ${{ github.ref_name }} ${{github.workspace}}/${{ env.artifact_path }}/* ${{github.workspace}}/update.json ${{github.workspace}}/Release.md ${{github.workspace}}/CheckSum.md
319+
320+
#${{github.workspace}}/App/Client/Resource/Stats/*
319321

320322
- name: Upload test tag To Github Release
321323
if: ${{ startsWith(github.ref, 'refs/heads/master') }}

App/Client/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
184184
#endif // #ifdef HAVE_UPDATE
185185

186186
CStatsAppUsage* pStats = nullptr;
187-
//*
187+
/*
188188
QTimer::singleShot(RabbitCommon::CTools::GetRandomNumber(10, 50), [&](){
189189
pStats = new CStatsAppUsage("v" + QApplication::applicationVersion());
190190
app.processEvents();

0 commit comments

Comments
 (0)