Rebuild app without updating discourse?

Is it possible to ./launcher rebuild app without updating discourse?

You could, but you would have to specify the exact commit hash in your app.yml file.

Can you please give me an example how this would be setup?

In app.yml uncomment

#version: tests-passed

and replace tests-passed with the commit hash something like

version: f7a335a64e7146166d5fdaedcfee816997f2822d

You can find the commit hash in github if you click on the commit that you want.

Wie finde ich den erforderlichen Commit?
Zum Beispiel habe ich Version 2.4.0 Beta 2 und möchte bei dieser Version bleiben.

Gehen Sie zu GitHub, schauen Sie sich die Tags an und wählen Sie den für die gewünschte Version aus.

@Alexander_Bogomaz Das könnte damit zusammenhängen: How about an easier way to determine version of Discourse by end user - #2 by jomaxro