File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ build_deb_aot()
6464
6565 mkdir $base_dir /$dir
6666
67- for line in ${files [@]}
67+ for line in ${pdbs [@]}
6868 do
6969 cp $base /$line \
7070 $base_dir /$dir /$line
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ arch=("%arch%")
88license=(" Apache 2.0" )
99sha512sums=(" SKIP" " SKIP" " SKIP" " SKIP"
1010 " SKIP" " SKIP" " SKIP" )
11- OPTIONS =(! strip)
11+ options =(! strip)
1212source=(" libHarfBuzzSharp.so" " libSDL2-2.0.so" " libSkiaSharp.so" " ColorMC.Launcher"
1313 " ColorMC.desktop" " colormc.png" " colormc.xml" )
1414install=colormc.install
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packager="colormc"
77arch=("%arch%")
88license=("Apache 2.0")
99sha512sums=("SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP" "SKIP")
10- OPTIONS =(!strip)
10+ options =(!strip)
1111source=("libHarfBuzzSharp.so" "libSDL2-2.0.so" "libSkiaSharp.so"
1212 "ColorMC.Launcher" "ColorMC.desktop" "colormc.png" "colormc.xml")
1313install=colormc.install
You can’t perform that action at this time.
0 commit comments