Skip to content

Commit 2225463

Browse files
Update compile.sh
Linux and v4.8.1
1 parent 29201af commit 2225463

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

compile.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ LANGUAGES_DIR="adminer/adminer/lang"
88
TRANSLATIONS_FILE="warning-translations.csv"
99
CSS_FILE="adminer/adminer/static/default.css"
1010
DESIGNS_DIR="adminer/designs"
11-
# COMPILE_CMD="../php-80/php adminer/compile.php sqlite"
12-
COMPILE_CMD="../php-74/php adminer/compile.php sqlite"
13-
# COMMIT_VERSION="190146672f6ce9b8f08af2d7e7a5e8f768d32ee6" # 4.7.8
14-
# 4.8.1-dev SQLite: Fix displayed types (bug #784, regression from 4.8.0)
15-
# https://github.com/vrana/adminer/commit/7f8c93a6f1e564ee4a9eb81cc89a3a9a6581a667
16-
COMMIT_VERSION="7f8c93a6f1e564ee4a9eb81cc89a3a9a6581a667" # 4.8.1-dev
11+
COMPILE_CMD="php adminer/compile.php sqlite"
12+
COMMIT_VERSION="v4.8.1"
1713

1814
step=1
1915
if [ ! -d "adminer" ]

0 commit comments

Comments
 (0)